You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If tensorflow.keras is used to train the model, you could save it to hdf5 format and load the weights with Tensorflow.Keras.Model.load_weights. I guess that you may want to use pb format model to load the whole network without re-define the network structure. We are sorry for the inconvenience as we currently do not have this feature available. However, it is in the works and we anticipate its completion within a month. Thank you for your patience.
@lindadamama You can save the model in python, and use load to restore model in tf.net, and make sure you've upgraded to tf.net v0.100.4 and tf.keras v0.10.4.
@lindadamama You can save the model in python, and use load to restore model in tf.net, and make sure you've upgraded to tf.net v0.100.4 and tf.keras v0.10.4.
How to use tf.net? How i call this function? How i import?
I'm newbie using Tensorflow.NET and this documentation is so confusing for me.
No description provided.
The text was updated successfully, but these errors were encountered: