- 14 May, 2020 7 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 311602262
-
Chen Chen authored
PiperOrigin-RevId: 311597242
-
Chen Chen authored
PiperOrigin-RevId: 311577663
-
Allen Wang authored
PiperOrigin-RevId: 311561279
-
Jeremiah Harmsen authored
Add network and BERT model to perform per-token classification (e.g., for named entity recognition tasks). PiperOrigin-RevId: 311480326
-
Hongkun Yu authored
Profiler has been integrated with TensorBoard callback and released in TF 2.2 PiperOrigin-RevId: 311475711
-
Hongkun Yu authored
PiperOrigin-RevId: 311435012
-
- 13 May, 2020 3 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 311430970
-
Chen Chen authored
PiperOrigin-RevId: 311428193
-
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 6 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 311196489
-
Hongkun Yu authored
PiperOrigin-RevId: 311165658
-
Chen Chen authored
PiperOrigin-RevId: 311155771
-
Chen Chen authored
PiperOrigin-RevId: 311072125
-
Chen Chen authored
PiperOrigin-RevId: 311069693
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 311048706
-
- 11 May, 2020 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 310981542
-
Allen Wang authored
PiperOrigin-RevId: 310965031
-
- 10 May, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 310767440
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 310762203
-
- 09 May, 2020 2 commits
-
-
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
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 310658964
-
- 08 May, 2020 2 commits
-
-
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
-
Abdullah Rashwan authored
PiperOrigin-RevId: 310487163
-
- 07 May, 2020 4 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 310431197
-
Hongkun Yu authored
PiperOrigin-RevId: 310385396
-
Hongkun Yu authored
PiperOrigin-RevId: 310289012
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 310278633
-
- 06 May, 2020 6 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 310251449
-
Zongwei Zhou authored
PiperOrigin-RevId: 310236258
-
Hongkun Yu authored
PiperOrigin-RevId: 310228606
-
Sai Ganesh Bandiatmakuri authored
PiperOrigin-RevId: 310180583
-
Chen Chen authored
PiperOrigin-RevId: 310104070
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 310078044
-
- 05 May, 2020 3 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 310032518
-
Jaeyoun Kim authored
* Update README.md Add a new section (Announcements) * Update README.md Remove description columns from tables Remove guidelines sections * Update CONTRIBUTING.md Add a link to the wiki for guidelines * Create README_TEMPLATE.md Add a README template file for a new model * Create pull_request_template.md Add a new template for a pull request * Update README.md Add a table of contents Add a new section for archived models and implementations * Update README.md Revise "Contributions" * Update README.md Update the link to the contribution guidelines * Update README.md Update the link to the contribution guidelines. * Update README.md Update the link to the contribution guidelines. * Update README.md Update the link to the contribution guidelines.
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 309849959
-
- 04 May, 2020 3 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 309805531
-
Hongkun Yu authored
Move gin flags to hyperparams_flags are they are in the same category and we will use them more widely. PiperOrigin-RevId: 309779408
-
Allen Wang authored
PiperOrigin-RevId: 309776126
-