STT-tensorflow/tensorflow/python/training
TensorFlower Gardener 92bc3920b9 Merge pull request from xdhmoore:patch-1
PiperOrigin-RevId: 352388178
Change-Id: I21ca2456e04e58aa574b62e3a0fc337f241c23cc
2021-01-18 04:32:30 -08:00
..
experimental PY2 removal cleanup 2021-01-15 16:48:57 -08:00
saving PY2 removal cleanup 2021-01-15 16:48:57 -08:00
tracking PY2 removal cleanup 2021-01-15 16:48:57 -08:00
__init__.py
adadelta_test.py Use self.evaluate for global_variables_initializer 2020-07-01 11:07:20 -07:00
adadelta.py
adagrad_da_test.py fix skip test for adagrad_da_test 2020-07-17 22:57:26 -07:00
adagrad_da.py Merge pull request from mrTsjolder:unify_doccitations 2019-11-19 18:24:34 -08:00
adagrad_test.py Make several graph-only tests run in a graph explicitly instead of using the run_v1 decorators (to avoid skipping them). 2020-07-09 14:43:18 -07:00
adagrad.py Merge pull request from mrTsjolder:unify_doccitations 2019-11-19 18:24:34 -08:00
adam_test.py Introduce device in CoreRuntimeOp. Support implicit tensor copy. 2020-09-18 10:04:57 -07:00
adam.py Fix documentation compatibility tag formatting. 2020-05-07 16:46:21 -07:00
basic_loops_test.py fixit for basic_loops_test 2020-07-20 14:01:18 -07:00
basic_loops.py
basic_session_run_hooks_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
basic_session_run_hooks.py Minor improved log statements for CheckpointSaverHook. 2020-02-01 03:24:01 -08:00
BUILD PY2 removal cleanup 2021-01-15 16:48:57 -08:00
checkpoint_management_test.py Issue: Test case breaking on windows due to wrong path 2020-12-30 23:59:10 -05:00
checkpoint_management.py Add an option to choose the I/O Device for saving and loading models for CheckpointManager. 2020-12-04 15:52:11 -08:00
checkpoint_ops_test.py Update run_v1_only test with proper reasons. 2020-07-21 17:18:50 -07:00
checkpoint_ops.py Expose an axis argument for VocabInfo, which allows for warm-starting of the second axis of Tensors through tf.train.warm_start. Note that the underlying initializer already has this functionality (for example, for output layers). 2018-09-05 15:42:44 -07:00
checkpoint_state.proto Add tf.contrib.checkpoint.CheckpointManager for deleting old checkpoints 2018-08-13 16:53:59 -07:00
checkpoint_utils_test.py Small adjustments on import spacing. 2019-12-19 12:27:39 -08:00
checkpoint_utils.py Improve tf.train.list_variables API doc. 2020-07-08 16:10:45 -07:00
coordinator_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
coordinator.py Remove train.LooperThread from TF 2.0 API. 2018-11-26 15:26:01 -08:00
device_setter_test.py Add @run_deprecated_v1 annotation to tests failing in v2 2018-11-29 15:43:25 -08:00
device_setter.py Tensorforest: adding resource to the list of ops to be created on PS 2019-08-28 13:54:35 -07:00
distribute.py Move distribute.py, distribution_strategy_context.py, and device_util.py 2018-11-25 18:06:53 -08:00
distribution_strategy_context.py Move distribute.py, distribution_strategy_context.py, and device_util.py 2018-11-25 18:06:53 -08:00
evaluation_test.py Update evaluation_test to not rely on Keras metrics. 2020-06-11 10:57:06 -07:00
evaluation.py Remove 'Z' because it's a local time 2021-01-14 17:29:14 -08:00
ftrl_test.py Added beta parameter from FTRL paper to main optimizer class. 2020-08-06 13:01:42 -07:00
ftrl.py Fixed some minor bugs that blocked a learning rate of exactly zero for FTRL. 2020-10-07 16:10:33 -07:00
gen_training_ops.py Add BUILD rules for python/training and python/training/experimental 2020-08-31 09:53:04 -07:00
gradient_descent_test.py Update v1 only training/gradient_descent_test with graph scope. 2020-07-09 16:34:28 -07:00
gradient_descent.py Deprecate tf.train._ classes in TF 2.0 API in favor of tf.keras.optimizers._ ones. 2018-11-28 08:33:00 -08:00
input_test.py Update run_deprecated_v1 tests with graph scope. 2020-07-24 15:54:03 -07:00
input.py Fixed cases where tf.TensorShape was constructed with float dimensions 2019-10-14 20:53:35 -07:00
learning_rate_decay.py Move the learning_rate_decay code to keras to break the reverse dependency. 2020-03-30 11:06:36 -07:00
localhost_cluster_performance_test.py Annotate tests as @run_v1_only 2018-12-07 17:41:47 -08:00
momentum_test.py Merge pull request from redwrasse:momentum-test-loss-var 2020-08-24 08:04:57 -07:00
momentum.py Merge pull request from mrTsjolder:unify_doccitations 2019-11-19 18:24:34 -08:00
monitored_session_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
monitored_session.py fix typos in python directory 2020-10-29 16:21:24 +03:00
moving_averages_test.py Makes slot_creator support copy sharding from the primary variable. 2021-01-15 16:17:29 -08:00
moving_averages.py Makes slot_creator support copy sharding from the primary variable. 2021-01-15 16:17:29 -08:00
optimizer_test.py Use self.evaluate for global_variables_initializer 2020-07-01 11:07:20 -07:00
optimizer.py Install _distributed_container only at variable creation 2020-09-16 00:17:33 -07:00
proximal_adagrad_test.py Remove run_v1_only annotation from proximal_adagrad_test, saved_model_experimental_test, legacy base layer test 2020-07-09 18:46:33 -07:00
proximal_adagrad.py first steps in cleaning doc citations 2019-04-03 09:16:31 +02:00
proximal_gradient_descent_test.py Remove run_deprecated_v1 in proximal_gradient_descent_test. 2020-07-14 21:53:13 -07:00
proximal_gradient_descent.py
py_checkpoint_reader.py add BUILD file for python/util and refactor python/BUILD 2020-12-15 11:43:18 -08:00
quantize_training_test.py Update v1 only test with proper reason. 2020-06-04 12:39:12 -07:00
quantize_training_wrapper.cc [Build cleanup] Split "core_cpu_impl" into fine-grained targets (4/n). 2020-04-28 09:53:59 -07:00
quantize_training.py
queue_runner_impl.py
queue_runner_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
queue_runner.py
rmsprop_test.py Add @run_deprecated_v1 annotation to tests failing in v2 2018-11-29 15:43:25 -08:00
rmsprop.py Correct the formulation in the description of the centered rmsprop 2020-03-09 11:11:28 -07:00
saver_large_partitioned_variable_test.py Use self.evaluate for global_variables_initializer 2020-07-01 11:07:20 -07:00
saver_large_variable_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
saver_test_utils.py eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode. 2018-03-07 12:10:42 -08:00
saver_test.py Update run_v1_only tests in saver_test with proper reasons. 2020-07-21 17:10:15 -07:00
saver.py Issue:#46004 2020-12-28 22:45:45 -05:00
server_lib_multiple_containers_test.py Add @run_deprecated_v1 annotation to tests failing in v2 2018-11-29 15:43:25 -08:00
server_lib_same_variables_clear_container_test.py fixit for server_lib container test. 2020-08-05 12:46:53 -07:00
server_lib_same_variables_clear_test.py Add @run_deprecated_v1 annotation to tests failing in v2 2018-11-29 15:43:25 -08:00
server_lib_same_variables_no_clear_test.py Update run_v1_only test with proper reason. 2020-07-20 10:02:09 -07:00
server_lib_sparse_job_test.py Add @run_deprecated_v1 annotation to tests failing in v2 2018-11-29 15:43:25 -08:00
server_lib_test.py Garbage collect old WorkerSession when the restarted master task create new one. 2020-08-03 11:31:26 -07:00
server_lib.py Implement __bool__ instead of __nonzero__ 2020-07-11 00:50:10 +02:00
session_manager_test.py Update session_manager_test wrt run_v1_only annotation. 2020-07-14 23:16:31 -07:00
session_manager.py Use __slots__ for small classes 2020-06-28 18:41:22 +02:00
session_run_hook.py Apply tf1->tf2 name replaces to doc-strings and comments in tensorflow. 2019-04-18 17:19:27 -07:00
slot_creator_test.py Makes slot_creator support copy sharding from the primary variable. 2021-01-15 16:17:29 -08:00
slot_creator.py Makes slot_creator support copy sharding from the primary variable. 2021-01-15 16:17:29 -08:00
summary_io.py Apply tf1->tf2 name replaces to doc-strings and comments in tensorflow. 2019-04-18 17:19:27 -07:00
supervisor_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
supervisor.py
sync_replicas_optimizer_test.py Update run_v1_only tests with proper reasons. 2020-07-21 10:17:50 -07:00
sync_replicas_optimizer.py Merge pull request from kiszk:spelling_tweaks_python 2020-02-12 13:41:49 -08:00
tensorboard_logging_test.py Apply run_deprecated_v1 to entire test class 2018-12-18 02:31:34 -08:00
tensorboard_logging.py Add a recursive import before running doctest. 2020-06-01 21:13:25 -07:00
training_ops_test.py Set use_gpu=True in _testTypesForSparseAdagrad 2021-01-08 16:52:04 +11:00
training_ops.py Add BUILD rules for python/training and python/training/experimental 2020-08-31 09:53:04 -07:00
training_util_test.py Fix GlobalStepTests to specify the collection 2020-07-17 15:35:49 -07:00
training_util.py
training.py Export the checkpoint reader classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-11-07 09:52:50 -08:00
warm_starting_util_test.py Remove unnecessary eval() calls 2020-06-30 17:18:32 -07:00
warm_starting_util.py fix: Resolving incorrect value change error 2020-04-07 20:06:23 +09:00