This website requires JavaScript.
Explore
Help
Sign In
experiments
/
STT-tensorflow
Watch
1
Star
0
Fork
0
You've already forked STT-tensorflow
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
STT-tensorflow
/
tensorflow
/
python
/
keras
/
engine
History
Goldie Gadde
f923fa474b
Merge pull request
#41483
from tomerk/cherrypicks_DC0YA
...
Raise an error when some but not all values passed to the first layer…
2020-07-17 12:07:45 -07:00
..
__init__.py
…
base_layer_test.py
Fix a critical breakage in
training
argument default value in inference for
2020-06-25 15:26:51 -07:00
base_layer_utils_test.py
…
base_layer_utils.py
…
base_layer_v1.py
Explicitly raise a (clearer) error message when models end up in invalid states due to interleaving graph and eager.
2020-07-14 11:45:20 -07:00
base_layer.py
Relax the error about functional api construction w/ a mix of symbolic and non-symbolic tensors for built-in layers (such as layers.add and layers.multiply where using constants is a common user pattern)
2020-07-16 21:40:28 -07:00
base_preprocessing_layer_test.py
In
.adapt
, don't freeze any shape values, only the number of dimensions.
2020-06-19 20:39:32 -07:00
base_preprocessing_layer_v1.py
…
base_preprocessing_layer.py
In
.adapt
, don't freeze any shape values, only the number of dimensions.
2020-06-19 20:39:32 -07:00
BUILD
…
compile_utils_test.py
…
compile_utils.py
…
control_flow_test.py
…
correctness_test.py
…
data_adapter_test.py
…
data_adapter.py
…
deferred_sequential_test.py
…
feature_columns_integration_test.py
…
functional_test.py
Merge pull request
#41483
from tomerk/cherrypicks_DC0YA
2020-07-17 12:07:45 -07:00
functional.py
Fix input mapping issue when model is constructed/tested with dict input tensor.
2020-06-22 18:28:15 -07:00
input_layer.py
…
input_spec_test.py
…
input_spec.py
…
keras_tensor.py
…
node_test.py
…
node.py
…
partial_batch_padding_handler.py
…
saving.py
…
sequential_test.py
…
sequential.py
…
training_arrays_test.py
…
training_arrays.py
…
training_dataset_test.py
…
training_distributed.py
…
training_eager_test.py
…
training_eager.py
…
training_generator_test.py
…
training_generator.py
…
training_gpu_test.py
…
training_integration_test.py
…
training_test.py
…
training_utils_test.py
…
training_utils.py
…
training_v1.py
Explicitly raise a (clearer) error message when models end up in invalid states due to interleaving graph and eager.
2020-07-14 11:45:20 -07:00
training.py
…