How to save model in tfjs format?

后端 未结 0 579
栀梦
栀梦 2020-12-11 03:14

Try saving the .h5 model to later convert it to tfjs.

import tensorflowjs as tfjs

model_from_h5 = tf.keras.models.load_model(\'Model.h5\') tfjs.converters.save

相关标签:
回答
  • 消灭零回复
提交回复
热议问题