Beacontownfc
3805771121
improve layer norm
2 years ago
Yaohui Liu
a0df8109f8
fix: training LSTM does not align with tensorflow.
2 years ago
Yaohui Liu
675b93a9d7
fix: none gradient error when training LSTM.
2 years ago
Wanglongzhi2001
df7d700fb1
Add new feature: add LSTMCell and test
2 years ago
Yaohui Liu
07ea656833
fix: error when training SimpleRNN.
2 years ago
Wanglongzhi2001
db8e43b241
Add feature(not completed):add SimpleRNNCell, StackedRNNCell, RNN and test
2 years ago
Yaohui Liu
46e190dbfc
feat: add RNN basic framework.
2 years ago
Rinne
d9988d7ccd
ci: add ci for test and auto-release. ( #1047 )
* Add unittest redist holder for all test projects.
* Move redist holder to another folder.
* Create dotnet.yml to config github action
* Revise the sln file.
* Update dotnet.yml
* Add version to tensorflow.hub.
* Create release.yml
* Update dotnet.yml
* Update and rename dotnet.yml to build_and_test.yml
* Update release.yml
* Update release.yml
* Revise project using.
* Update build_and_test.yml
* Update release.yml
* Update the package info of Tensorflow.Hub.
* Add a tolorance to equivalence of NDArray.
* Create semantic.yml
* fix: run code clean.
* Update release.yml
* Update release.yml
* ci: revise the auto release ci.
* ci: update release ci.
* ci: update release ci.
* ci: update ci files.
* ci: update ci files.
* ci: update ci files.
* ci: update ci files.
* ci: update ci files.
* ci: update release ci and hub package info.
* ci: revise build_and_test ci.
* test: add tolorance to float NDArray comparison.
* ci: disable linux test.
* ci: update release ci.
* Update release.yml
* ci: update release ci.
* ci: revise auto-release ci.
* ci: update auto-release ci.
* Update release.yml
* ci: specify packed project names of auto-release.
* ci: revise auto release ci file.
* ci: revise auto-release ci file.
* ci: revise auto-release ci file.
* ci: revise auto-release ci file.
* Update release.yml
* ci: revise auto-release ci file.
* ci: revise auto-release ci file.
* ci: revise auto-release ci file.
2 years ago
Yaohui Liu
3f6da21d48
Adjust the code structure of keras.unittest.
2 years ago
Yaohui Liu
67cf274f7f
Remove debug informations before.
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
ece36e616f
Automatically add KerasInterface to f.
2 years ago
Haiping Chen
cbf2d81d6b
ICallback
2 years ago
Yaohui Liu
559d471407
Align keras.Input with tensorflow python.
2 years ago
Haiping Chen
d794576486
Add activations.mish.
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
c5cdf2c540
Fixed model.fit return results. #927
2 years ago
Haiping Chen
f48ba40263
Fix MaxPooling1D #969
2 years ago
Haiping Chen
321ddfc13e
Fix Model.build.
2 years ago
Haiping Chen
33707231ee
Define Keras interface in core project (WIP).
2 years ago
Andy
3fde7558e2
Ignore precision issue
3 years ago
hlx1120@outlook.com
4565068d79
fixed test bug ;(
3 years ago
hlx1120@outlook.com
424ac061cf
fixed bugs
3 years ago
hlx1120@outlook.com
2e94ed38b0
multi-head attention
3 years ago
hlx1120@outlook.com
9a57947e53
Add EinsumDense support and simply test it
3 years ago
hlx1120@outlook.com
430ac93137
Add Attention support and test it
3 years ago
Oceania2018
974855c869
fix BasicConv1D unit test
3 years ago
Oceania2018
0a5e1815e5
keras average pooling #870
3 years ago
Oceania2018
b048b62436
fix Embedding layer.
3 years ago
Oceania2018
2ef9a51692
fix test.
3 years ago
Oceania2018
d84ee13b06
keras.layers.LayerNormalization #875
3 years ago
Oceania2018
3f0b1f9ef7
fix Multi Threaded unit test.
3 years ago
Oceania2018
42ca73c5b3
fix Softmax unit test
4 years ago
Kevin
033fb7e3bb
Added activations
4 years ago
Kevin
a7099db7d9
Added Cropping and Permute (+test)
4 years ago
Oceania2018
bcb28f3d3b
fix keras reshape layer.
4 years ago
Oceania2018
22effd6553
Using Shape instead of TensorShape.
4 years ago
Oceania2018
a947fd8aa9
fix NDArray indexing.
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
Oceania2018
76a342c91d
Add keras Resizing layer.
4 years ago
Niklas Gustafsson
37ca023036
Adjusted implementation of Gather to correspond to Python implementation.
Added minval, maxval, and seed arguments to the RandomUniformInitializer
Added unit tests for Gather and a simple Embedding test.
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
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
lsylusiyao
c36d3707cf
Add TensorFlowOpLayer's predict and fit test
Currently the `TensorFlowOpLayer` test will fail on the function `fit` so I put the Attribute `Ignore` on it.
4 years ago