aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/session_manager_test.py
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Split checkpoint management utility functions out of saver.pyGravatar Allen Lavoie2018-08-02
* Refactoring and bug-fixes for _build_initializer_expr.Gravatar A. Unique TensorFlower2018-01-04
* Fixed initialization of variables: when a variable w is initialized with theGravatar Benoit Steiner2017-07-07
* Making sure an error message will be produced by session_manager when a non-t...Gravatar A. Unique TensorFlower2017-05-02
* Added specific checkpoint file argument to the session_manager.Gravatar Mustafa Ispir2016-12-20
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Redirecting gfile to file_io.Gravatar Rohan Jain2016-09-08
* Automated rollback of change 130366039Gravatar A. Unique TensorFlower2016-08-19
* Fixes a conflict where error is raised when:Gravatar A. Unique TensorFlower2016-08-16
* Adds a ready_for_local_init_op to SessionManager and Supervisor.Gravatar A. Unique TensorFlower2016-08-13
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Added a new op report_uninitialized_variables() which returns a 1-D tensorGravatar Sherry Moore2016-05-03
* Make the init_op optional and add an optional init_fn.Gravatar A. Unique TensorFlower2016-04-18
* Added is_variable_initialized(variable) function.Gravatar Sherry Moore2016-04-07
* Fixing bug in wait_for_session in which we were waiting for N ms instead of N...Gravatar A. Unique TensorFlower2016-04-05
* Bounding the amount of time the Supervisor can spend waiting for a session.Gravatar A. Unique TensorFlower2016-04-04
* Mark more tests as size = "small"Gravatar Geoffrey Irving2016-03-22
* Moved session_manager and supervisor to third_party.Gravatar Sherry Moore2016-03-14