Created
December 2, 2018 12:14
-
-
Save hadifar/32e376223bf0f5fe384dc393d9425570 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| with tf.Session() as sess: | |
| tf.saved_model.loader.load(sess, [tag_constants.TRAINING], './test/') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment