HomeSort by relevance Sort by last modified time
    Searched refs:model_checkpoint_path (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/contrib/tensorboard/plugins/projector/
projector_config.proto 41 string model_checkpoint_path = 1;
projector_api_test.py 38 config.model_checkpoint_path = 'test'
  /external/tensorflow/tensorflow/python/training/
saver.py     [all...]
session_manager.py 197 while not ckpt or not ckpt.model_checkpoint_path:
207 saver.restore(sess, ckpt.model_checkpoint_path)
saver_test.py     [all...]
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_eval.py 61 if ckpt and ckpt.model_checkpoint_path:
63 saver.restore(sess, ckpt.model_checkpoint_path)
64 # Assuming model_checkpoint_path looks something like:
67 global_step = ckpt.model_checkpoint_path.split('/')[-1].split('-')[-1]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/
graph_actions_test.py 130 primary_ckpt_path = ckpt_state.model_checkpoint_path
440 primary_ckpt_path = ckpt_state.model_checkpoint_path
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator_test.py 717 self.assertEqual(ckpt.model_checkpoint_path, 'model.ckpt-5')
    [all...]
  /external/tensorflow/tensorflow/python/estimator/
estimator_test.py 680 self.assertEqual(ckpt.model_checkpoint_path, 'model.ckpt-5')
    [all...]

Completed in 488 milliseconds