Wanglongzhi2001
5a87a56e83
Add feature(not completed):add SimpleRNNCell, StackedRNNCell, RNN and test
2 years ago
Haiping Chen
c71745c041
model compile overload.
2 years ago
Haiping Chen
3aa2738570
Add layers.Normalization.
2 years ago
Yaohui Liu
f0e129e9a5
Refine the keras.Activation and add tf.keras.activations.
2 years ago
Yaohui Liu
559d471407
Align keras.Input with tensorflow python.
2 years ago
Haiping Chen
b8645d3f83
Add keras.layers.CategoryEncoding.
2 years ago
Haiping
197224fd74
Add pb model save ( #976 )
* Add check for dims of x and y in model.fit.
* Init the serialization of keras pb model.
* Add more facilities to the saved model framework.
* Add ListWrapper and ITrackable, and revise implmentations.
* Add serialized attributes.
* Implement layer serializations.
* Add lacked implementations (mainly MultiDeviceSaver).
* Support autograph.to_graph under graph mode.
* Add more implementations to the pb model save.
* Add more implementations to the keras part of pb model save.
* Refine some code after merge.
* Add two simple sequential test case of pb model save.
* Implement serializing attributes other keras arg definitions.
* Add alexnet pb save test.
* Check and refine the code.
---------
Co-authored-by: AsakusaRinne <AsakusaRinne@gmail.com>
2 years ago
Haiping Chen
321ddfc13e
Fix Model.build.
2 years ago
Haiping Chen
0a08386ca9
Fix batch_size for Keras Input.
2 years ago
Haiping Chen
33707231ee
Define Keras interface in core project (WIP).
2 years ago
hlx1120@outlook.com
9a57947e53
Add EinsumDense support and simply test it
3 years ago
Oceania2018
271b066448
change default value for Conv1D.
3 years ago
Oceania2018
974855c869
fix BasicConv1D unit test
3 years ago
Oceania2018
1bc698823d
fix array_ops.squeeze
3 years ago
Oceania2018
0a5e1815e5
keras average pooling #870
3 years ago
Oceania2018
3f0b1f9ef7
fix Multi Threaded unit test.
3 years ago
Hallupa
f566505c09
Add Softmax support and throw exception if activation isn't found
4 years ago
Oceania2018
22effd6553
Using Shape instead of TensorShape.
4 years ago
Oceania2018
3231500660
linspace and meshgrid.
4 years ago
Oceania2018
f3eb31fb87
Built-in numpy api.
4 years ago
Oceania2018
11fdd9a8ee
Remove Range class due to conflict with .net 5.
4 years ago
Niklas Gustafsson
616b62bd4f
Implemented Conv1D and unit tests.
4 years ago
Niklas Gustafsson
2a42bcd09b
Added unit tests for Keras Conv2D
4 years ago
Niklas Gustafsson
f3da1cd9b7
Added unit tests for Conv2D
4 years ago
Niklas Gustafsson
3a2b270a7e
Adding doc comment for LSTM
4 years ago
Niklas Gustafsson
4181722004
Adding doc comments to the Keras Layers Api class
4 years ago
Niklas Gustafsson
dc5a59c794
Added 1D pooling APIs and unit tests.
Added 2D global max pooling and unit tests.
Disabled one max pooling test, needs further investigation,
4 years ago
Oceania2018
4ef675faf9
Consolidate MapDataset function.
4 years ago
Oceania2018
6a8665f111
Add Conv2DTranspose #735
4 years ago
MPnoy
d89609a4e3
Blank SimpleRNN and test for it
4 years ago
Oceania2018
26a04bd083
Add Subtract layer.
4 years ago
Oceania2018
ea3fc6ade2
organize keras files.
4 years ago
Oceania2018
905c4a9ee8
Add keras.layers.Reshape.
4 years ago
Oceania2018
94ad2f5331
Add layers of ZeroPadding2D and UpSampling2D.
4 years ago
Oceania2018
3e76c19879
Add LeakyReLU layer.
4 years ago
Oceania2018
59106f8bc3
Add Merge and Add layer.
4 years ago
Oceania2018
dff4f510af
model.get_config for Keras.
4 years ago
Oceania2018
41df785232
Seperated Keras from binding project.
4 years ago