Home
last modified time | relevance | path

Searched refs:mock_latest_checkpoint (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmonitors_test.py321 def test_validation_monitor_no_ckpt(self, mock_latest_checkpoint, argument
326 mock_latest_checkpoint.return_value = None
336 mock_latest_checkpoint.assert_called_with(model_dir)
341 mock_latest_checkpoint, argument
347 mock_latest_checkpoint.return_value = '%s/ckpt' % model_dir
360 def test_validation_monitor_invalid_metric(self, mock_latest_checkpoint, argument
366 mock_latest_checkpoint.return_value = '%s/ckpt' % model_dir
379 def test_validation_monitor(self, mock_latest_checkpoint, argument
402 mock_latest_checkpoint.return_value = '%s/ckpt.%s' % (model_dir, step)
425 mock_latest_checkpoint.return_value = '%s/ckpt.%s' % (model_dir, step)
[all …]