Senmao Li
Results
2
comments of
Senmao Li
I have the same problem when I use python3.7. When I change to use Anaconda3, I solve this problem, although I don't know why.
I also meet almost same error information. I directly use code to restore model like below: `saver = tf.train.import_meta_graph('./saved_models/model-30520.meta')` `saver.restore(sess, './saved_models/model-30520')` But, the range of result data is [-1, 1],...