machine learning - Freezing a tensorflow graph -




i have trained model in tensorflow , saved time time using tf.train.saver(). want .pb file file checkpoint have. in checkpoint folder have following files:

  • checkpoint
  • model.cpkt-39.data-00000-of-00001
  • model.cpkt-39.index
  • model.cpkt-39.meta

how can protobuf file checkpoint? also, can specify include in protobuf , not, particluar op?





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -