.. |
api
|
Move mixed precision files out of experimental/ directory.
|
2020-10-21 15:19:21 -07:00 |
applications
|
add BUILD file for python/util and refactor python/BUILD
|
2020-12-15 11:43:18 -08:00 |
benchmarks
|
Sync OSS keras to head.
|
2020-12-17 13:35:06 -08:00 |
datasets
|
BUILD file cleanups
|
2020-09-30 13:45:35 -07:00 |
distribute
|
Merge pull request #45166 from ROCmSoftwarePlatform:google_upstream_rocm_add_remove_no_rocm_tag
|
2020-12-21 00:32:48 -08:00 |
engine
|
Merge pull request #45639 from gqqnbig:gqqnbig-patch-1
|
2020-12-21 06:09:47 -08:00 |
estimator
|
This CL allows model_to_estimator to export signatures for multi-head Keras, or customize signatures for single-head Keras.
|
2020-09-01 09:16:52 -07:00 |
feature_column
|
add BUILD file for python/util and refactor python/BUILD
|
2020-12-15 11:43:18 -08:00 |
initializers
|
Fork the tf initializer logic to keras initializer.
|
2020-12-21 20:28:32 -08:00 |
integration_test
|
Merge pull request #45386 from ROCmSoftwarePlatform:google_upstream_rocm_misc_update_201203
|
2020-12-09 07:38:17 -08:00 |
layers
|
Merge pull request #45166 from ROCmSoftwarePlatform:google_upstream_rocm_add_remove_no_rocm_tag
|
2020-12-21 00:32:48 -08:00 |
legacy_tf_layers
|
Move the test with the private symbol variable_scope.EagerVariableStore from Keras to TF.
|
2020-11-16 11:32:29 -08:00 |
mixed_precision
|
Fix issue when using mixed precision with RMSprop.
|
2020-12-14 20:18:29 -08:00 |
optimizer_v2
|
add BUILD file for python/util and refactor python/BUILD
|
2020-12-15 11:43:18 -08:00 |
premade
|
Cleanup the build file for keras package.
|
2020-11-06 13:44:28 -08:00 |
preprocessing
|
Merge pull request #43930 from kopytjuk:timeseries-many-to-many-example
|
2020-12-16 18:37:56 -08:00 |
protobuf
|
Move tf.Keras object identifiers into constants.py.
|
2020-12-02 10:22:19 -08:00 |
saving
|
Allow weights to be loaded from saved model.
|
2020-12-16 09:40:49 -08:00 |
tests
|
Merge pull request #45166 from ROCmSoftwarePlatform:google_upstream_rocm_add_remove_no_rocm_tag
|
2020-12-21 00:32:48 -08:00 |
type
|
Fix link text with updated guide title
|
2020-11-03 19:03:24 +01:00 |
utils
|
Do not crash if Model.summary called on subclassed model with unused layer.
|
2020-12-03 10:54:34 -08:00 |
wrappers
|
Fix some keras test that lack of explicit build deps.
|
2020-10-08 14:26:36 -07:00 |
__init__.py
|
SidecarEvaluator: Create a Keras SidecarEvaluator API for a dedicated evaluator task.
|
2020-10-29 02:13:29 -07:00 |
activations_test.py
|
We need to bring in the classes from advanced_activations if there are no custom objects specified. When no custom objects are specified, our module_objects/globals() in activations.deserialize() won't contain any advanced_activations.
|
2020-08-20 20:15:44 -04:00 |
activations.py
|
Merge pull request #39252 from PiyushDatta:datapi_tflow
|
2020-10-23 09:26:03 -07:00 |
backend_config_test.py
|
Update tests under Keras to use combination.
|
2020-03-06 11:55:08 -08:00 |
backend_config.py
|
Add dispatch support to more Python APIs.
|
2020-05-15 11:03:18 -07:00 |
backend_test.py
|
Merge pull request #45386 from ROCmSoftwarePlatform:google_upstream_rocm_misc_update_201203
|
2020-12-09 07:38:17 -08:00 |
backend.py
|
Merge pull request #44521 from gonnet:patch-3
|
2020-11-23 09:19:38 -08:00 |
BUILD
|
Merge pull request #45166 from ROCmSoftwarePlatform:google_upstream_rocm_add_remove_no_rocm_tag
|
2020-12-21 00:32:48 -08:00 |
callbacks_test.py
|
Extend the Keras TensorBoard callback to optionally display the global steps per second happening during training.
|
2020-11-25 01:48:27 -08:00 |
callbacks_v1_test.py
|
Update tests under keras to use combinations.
|
2020-03-14 15:56:20 -07:00 |
callbacks_v1.py
|
Refactor: changing the internal name of summary_ops_v2.graph to graph_v1 .
|
2020-11-17 10:51:21 -08:00 |
callbacks.py
|
Add a note saying callbacks.configure_callbacks is only used in TF1.
|
2020-12-21 14:57:25 -08:00 |
combinations_test.py
|
Add test combinations for Keras test.
|
2020-03-04 14:24:59 -08:00 |
combinations.py
|
This change adds WIP support for using KerasTensor objects in Keras's functional API instead of symbolic graph tf.Tensors. It is controlled by an internal behavior flag that is disabled by default and is not yet exposed in TF's APIs.
|
2020-06-05 15:47:28 -07:00 |
constraints_test.py
|
Update tests under Keras to use combination.
|
2020-03-06 11:55:08 -08:00 |
constraints.py
|
Improve keras.constraints docstrings.
|
2020-03-23 10:08:12 -07:00 |
initializers_test.py
|
Modify some v2 initializers to be able to return a value that corresponds to a partition of the entire value. This is useful for efficiently initializing sharded variables where only a shard of the initial value is necessary at a time.
|
2020-10-21 18:20:24 -07:00 |
keras_parameterized_test.py
|
Update keras test to use public TF test API.
|
2020-10-27 16:03:04 -07:00 |
keras_parameterized.py
|
Update keras to use collections.abc instead of collections, which will be deprecated in py3.9
|
2020-10-28 20:17:49 -07:00 |
losses_test.py
|
Make softmax and sigmoid activation backtracking more robust.
|
2020-09-23 14:24:15 -07:00 |
losses.py
|
Merge pull request #45215 from j-bernardi:patch-1
|
2020-12-14 11:17:03 -08:00 |
metrics_confusion_matrix_test.py
|
Add support for AUC and PR-AUC for binary classification model outputting logits.
|
2020-12-03 06:37:07 -08:00 |
metrics_correctness_test.py
|
Fix last partial batch loss regression in 2.2
|
2020-04-21 13:13:04 -07:00 |
metrics_functional_test.py
|
Remove the usage of eager context in test code, and replace them with test combinations.
|
2020-09-03 11:05:50 -07:00 |
metrics_test.py
|
Add support for AUC and PR-AUC for binary classification model outputting logits.
|
2020-12-03 06:37:07 -08:00 |
metrics.py
|
Update metrics.py with proper import and build deps.
|
2020-12-08 16:18:18 -08:00 |
models_test.py
|
Support TF Modules inside Keras Layers and Models.
|
2020-10-30 12:27:12 -07:00 |
models.py
|
Merge pull request #44433 from Molkree:typos_in_python_dir
|
2020-10-30 14:21:00 -07:00 |
optimizer_v1.py
|
Move V1 optimizer code to a separate file optimizer_v1.py from the generic utils in optimizers.py.
|
2020-09-24 05:34:47 -07:00 |
optimizers_test.py
|
Move V1 optimizer code to a separate file optimizer_v1.py from the generic utils in optimizers.py.
|
2020-09-24 05:34:47 -07:00 |
optimizers.py
|
Move mixed precision files out of experimental/ directory.
|
2020-10-21 15:19:21 -07:00 |
README.md
|
|
|
regularizers_test.py
|
Loose the check for regularizer and convert None to default value.
|
2020-06-30 13:59:02 -07:00 |
regularizers.py
|
Fix compatiblity typo
|
2020-11-17 20:25:46 +03:00 |
testing_utils.py
|
Fix ReLU supports_masking flag.
|
2020-11-19 12:00:34 -08:00 |