- 08 Apr, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 367463455
-
- 10 Mar, 2021 1 commit
-
-
Frederick Liu authored
PiperOrigin-RevId: 361957289
-
- 25 Jan, 2021 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 353723657
-
- 21 Dec, 2020 1 commit
-
-
Samuel Marks authored
-
- 03 Dec, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 345500920
-
- 22 Sep, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 333019996
-
- 14 Sep, 2020 1 commit
-
-
Zhenyu Tan authored
PiperOrigin-RevId: 331620370
-
- 09 Sep, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 330817736
-
- 01 Sep, 2020 1 commit
-
-
Zhenyu Tan authored
PiperOrigin-RevId: 329568227
-
- 28 Aug, 2020 1 commit
-
-
Zhenyu Tan authored
PiperOrigin-RevId: 328975553
-
- 31 Jul, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 324137297
-
Hongkun Yu authored
PiperOrigin-RevId: 324137297
-
- 16 Jul, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 321591514
-
Hongkun Yu authored
PiperOrigin-RevId: 321591514
-
- 21 May, 2020 1 commit
-
-
Hongkun Yu authored
Transformer Encoder: when embedding width differs from hidden size, add a projection to hidden size. PiperOrigin-RevId: 312708922
-
- 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
-
- 20 Apr, 2020 1 commit
-
-
Chen Chen authored
PiperOrigin-RevId: 307500045
-
- 03 Mar, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 298692558
-
- 08 Feb, 2020 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 293958491
-
- 14 Jan, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 289743636
-
- 19 Dec, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 286477560
-
- 05 Dec, 2019 1 commit
-
-
Chen Chen authored
PiperOrigin-RevId: 283885197
-
- 13 Nov, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 280123567
-
- 11 Nov, 2019 1 commit
-
-
Hongkun Yu authored
- Update classifier example. - Add new converted checkpoints. - Update benchmark, PiperOrigin-RevId: 279762797
-