"test_tipc/readme.md" did not exist on "c1b0684cf5bb79b7dc110e7399095b7d15ff3c6c"
- 13 May, 2020 1 commit
-
-
Scott Zhu authored
The intention of this change is to reduce the code complexity within Keras class, especially for Network, which currently contains logic for both subclass Model and functional Model. After this change, the subclass model and functional model become individual class and become self contained. 1. Model is now the base class for subclass model. It doesn't contains network structure management, and the topology will be created within __init__ and __call__, which is for user to implement. It also contains compile/fit/eval/predict, which is the basic functionality for model training. 2. Functional is created based on existing Network class. It extends the Model, which allows it leverage compile/fit/eval/predict. In addition, it also take input/output as init parameter and manage the network topology. 3. Sequential model is now a subclass of Functional, since it will use Functional's method to manage it topology (layer stacking). Model(input, output) will create a Functional under the hood, and behave the same way as before. PiperOrigin-RevId: 311232972
-
- 12 May, 2020 3 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 311196489
-
Hongkun Yu authored
PiperOrigin-RevId: 311165658
-
Chen Chen authored
PiperOrigin-RevId: 311072125
-
- 10 May, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 310767440
-
- 09 May, 2020 1 commit
-
-
A. Unique TensorFlower authored
Add an interface in nlp.modeling.networks.encoder_scaffold.EncoderScaffold and nlp.modeling.networks.transformer_encoder.TransformerEncoder, to get the pooler Dense layer reference. PiperOrigin-RevId: 310675150
-
- 08 May, 2020 1 commit
-
-
A. Unique TensorFlower authored
Add interfaces in nlp.modeling.networks.encoder_scaffold.EncoderScaffold, allowing it to output all hidden layer references, and all intermediate output data references. PiperOrigin-RevId: 310509202
-
- 05 May, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 310032518
-
- 25 Apr, 2020 1 commit
-
-
Sergey Mironov authored
-
- 21 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 307689094
-
- 20 Apr, 2020 2 commits
-
-
Chen Chen authored
PiperOrigin-RevId: 307500045
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 307425903
-
- 19 Apr, 2020 1 commit
-
-
Le Hou authored
PiperOrigin-RevId: 307297217
-
- 17 Apr, 2020 4 commits
- 15 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 306748161
-
- 13 Apr, 2020 1 commit
-
-
Chen Chen authored
PiperOrigin-RevId: 306182576
-
- 08 Apr, 2020 2 commits
-
-
Chen Chen authored
num_output_classes -> pooled_output_dim classification_layer_initializer -> pooler_layer_initializer PiperOrigin-RevId: 305550415
-
Yichao 'Peak' Ji authored
-
- 01 Apr, 2020 1 commit
-
-
George Karpenkov authored
PiperOrigin-RevId: 304222530
-
- 31 Mar, 2020 2 commits
-
-
Yichao 'Peak' Ji authored
-
Yichao 'Peak' Ji authored
-
- 27 Mar, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 303407939
-
- 12 Mar, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 300481917
-
Hongkun Yu authored
PiperOrigin-RevId: 300477605
-
- 09 Mar, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 299901483
-
- 05 Mar, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 299169021
-
Jing Li authored
PiperOrigin-RevId: 299126470
-
- 04 Mar, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 298905114
-
- 03 Mar, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 298692558
-
George Karpenkov authored
Removed with plans to re-add later once the feature stabilizes more. PiperOrigin-RevId: 298486867
-
- 26 Feb, 2020 3 commits
-
-
George Karpenkov authored
PiperOrigin-RevId: 297412889
-
George Karpenkov authored
PiperOrigin-RevId: 297366405
-
George Karpenkov authored
PiperOrigin-RevId: 297366158
-
- 25 Feb, 2020 1 commit
-
-
George Karpenkov authored
Application in graph mode still leads to some crashes. PiperOrigin-RevId: 297144398
-
- 21 Feb, 2020 1 commit
-
-
George Karpenkov authored
To debug the tf.function this API can be used: https://www.tensorflow.org/api_docs/python/tf/config/experimental_run_functions_eagerly PiperOrigin-RevId: 296458870
-
- 13 Feb, 2020 1 commit
-
-
Chen Chen authored
PiperOrigin-RevId: 294813724
-
- 12 Feb, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 294588219
-