VM

Results 2 comments of VM

Thanks for the answer. Not easy to do, by the way. Is your Python code only working with TensorFlow version 1? ``` pretrained_loader = tf.train.Saver(var_list= self.exclude()) Traceback (most recent call...

It turns out that I get many problems with the "eager mode": ``` pretrained_loader = tf.train.Saver(tf.get_collection(tf.GraphKeys.GLOBAL_VARIABLES)) WARNING: When executing eagerly variables do not necessarily have unique names ``` ``` tf.train.import_meta_graph("empty_animal/snapshot-110.meta")...