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
Can I import frozen networks that were trained with the Python API? These are saved as .pb files.
I saw this in the documentation:
"The Python variable checkpointer and Julia checkpointer use different formats for the checkpoint file, since the Python format is proprietary. The TensorFlow developers have stated that they eventually settle on a format and document it, at which point Julia and Python-trained models can share parameters."
But I wanted to confirm whether or not this extends to Frozen or SavedModels.
Thanks!
The text was updated successfully, but these errors were encountered:
Can I import frozen networks that were trained with the Python API? These are saved as .pb files.
I saw this in the documentation:
"The Python variable checkpointer and Julia checkpointer use different formats for the checkpoint file, since the Python format is proprietary. The TensorFlow developers have stated that they eventually settle on a format and document it, at which point Julia and Python-trained models can share parameters."
But I wanted to confirm whether or not this extends to Frozen or SavedModels.
Thanks!
The text was updated successfully, but these errors were encountered: