Commit Graph

20 Commits

Author SHA1 Message Date
Francois Chollet
ee5be68ce9 Fix progbar glitch 2023-04-19 15:24:35 -07:00
Francois Chollet
13a1e5fe06 Add code stats util 2023-04-16 14:54:32 -07:00
Francois Chollet
8c199becab Further work on Trainers module 2023-04-15 18:51:10 -07:00
Francois Chollet
4197aac29a Format code 2023-04-14 02:48:24 -07:00
Francois Chollet
470141f55b Add progress bar 2023-04-13 14:15:20 -07:00
Francois Chollet
395df51ab7 Summary touch ups 2023-04-13 14:07:42 -07:00
Francois Chollet
d0b5e50e4d Add summary() functionality 2023-04-13 10:59:51 -07:00
Chen Qian
242f984013 Add more numpy ops (#3)
* Add numpy ops (initial batch) and some config

* Add unit test

* fix call

* Revert "fix call"

This reverts commit 6748ad183029ff4b97317b77ceed8661916bb9a0.

* full unit test coverage

* fix setup.py

* more ops and fix the problem of KerasTensor [ops] numerics
2023-04-12 20:27:25 -07:00
Francois Chollet
c1ca10160f Format code. 2023-04-12 15:43:56 -07:00
Francois Chollet
d663d5bcc1 Add tracking opt out. 2023-04-12 15:20:56 -07:00
Francois Chollet
21d8cc8b77 Format code 2023-04-12 11:58:53 -07:00
Francois Chollet
a0201b66fc Update summary() 2023-04-12 11:57:19 -07:00
Chen Qian
eabdb87f9f Add some numpy ops (#1)
* Add numpy ops (initial batch) and some config

* Add unit test

* fix call

* Revert "fix call"

This reverts commit 6748ad183029ff4b97317b77ceed8661916bb9a0.

* full unit test coverage

* fix setup.py
2023-04-12 11:31:58 -07:00
François Chollet
4a8d8c6117 Merge pull request #2 from keras-team/add_initializers
Add RandomNormal and RandomUniform Initializers
2023-04-12 11:00:14 -07:00
AakashKumarNain
4b018c0560 add tests for RandomNormal and RandomUniform initializers 2023-04-12 23:23:38 +05:30
Francois Chollet
6544d6b850 Reformat with black line_length=80 2023-04-12 10:52:34 -07:00
Francois Chollet
93097126ec Add summary() 2023-04-12 10:51:54 -07:00
Francois Chollet
4a5e19fec7 Add io_utils 2023-04-09 15:51:23 -07:00
Francois Chollet
701d4cf7bc Merge engine namespace into specialized namespaces. 2023-04-09 12:46:00 -07:00
Francois Chollet
160473c474 Initial draft of the codebase. 2023-04-09 12:21:45 -07:00