Jucko13
9f0ffa4bc8
Implemented unittests for Concatenate layers and calls
The loading and saving of a simple model with a Concatenate layer is tested to check if the model is the same after reloading.
Implemented missing axis parameter for np.stack (added some handy tuple calls too like the np.concatenate example).
2 years ago
dogvane
ba8f0b084f
add DepthwiseConv2D (深度可分离卷积)
2 years ago
Wanglongzhi2001
f5af07ce5e
feat: add the implementation of sample_weight in model.fit
2 years ago
Wanglongzhi2001
7b077eac7e
feat: implement GRU layer
2 years ago
“Wanglongzhi2001”
0c9437afcb
feat: add Bidirectional layer
2 years ago
“Wanglongzhi2001”
3bef87aefc
fix: make the initialization of the layer's name correct
2 years ago
“Wanglongzhi2001”
03b44c3b50
ignore the LSTMLoad test
2 years ago
“Wanglongzhi2001”
68772b2cbd
fix: use git add --renormalize to make model files binary
2 years ago
“Wanglongzhi2001”
9c949e336f
refactor: refactor LSTMLoad test
2 years ago
“Wanglongzhi2001”
b27ccca84f
fix:fix the bug of load LSTM model
2 years ago
lingbai-kong
f61ab520c9
fix inconsistent shape error while training Embedding layer.
2 years ago
Wanglongzhi2001
81b10e3780
feat: Add GRUCell layer
2 years ago
Haiping Chen
61c927ac17
Release v0.110.0.
2 years ago
Wanglongzhi2001
eeb20e4fe6
Add new feature: Add UpSampling1D layer and test.
2 years ago
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
AsakusaRinne
4bca319eb4
fix: temporarily fix the sequential nest error.
2 years ago
Yaohui Liu
9f8f3d87d0
fix: error caused by dll check in c_api.
2 years ago
Yaohui Liu
634860d755
fix: unittest project reference.
2 years ago
AsakusaRinne
8b53eb3e5d
fix: partially fix the error when saving model after loading.
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
Haiping
4e78d3dd05
Merge pull request #1039 from AsakusaRinne/fix_1036
Fix (#1036 ) and adjust the keras unittest
2 years ago
Haiping Chen
e3a1843408
Upgrade tf redist to 2.11.3.
2 years ago
Yaohui Liu
3f6da21d48
Adjust the code structure of keras.unittest.
2 years ago
Yaohui Liu
4aab86b876
Fix the error when using layers.Input with unknown batch size.
2 years ago
Yaohui Liu
67cf274f7f
Remove debug informations before.
2 years ago
Haiping
3d0e2d0220
Merge pull request #1032 from AsakusaRinne/master
Fix the error of loading model saved before tf2.5.
2 years ago
Yaohui Liu
7823b088a0
Fix the error of loading model saved before tf2.5.
2 years ago
Haiping Chen
793ec4ae7e
fix unit test.
2 years ago
Yaohui Liu
e0ebc998ce
Fix the error when loading VGG19.
2 years ago
Yaohui Liu
1903700e04
Merge branch 'master' of github.com:AsakusaRinne/TensorFlow.NET into support_function_load
2 years ago
Yaohui Liu
2f62caa4e5
Revise some details.
2 years ago
Yaohui Liu
9420ba3243
Fix the error of loaded function model backward.
2 years ago
Yaohui Liu
fd1eb40f25
Partially support the backward of loaded function model.
2 years ago
Haiping Chen
1aa4de6fa9
Ignore SimpleModelFromAutoCompile test
2 years ago
Yaohui Liu
6a9ccea29f
Resolve some wrong implementations.
2 years ago
Yaohui Liu
4252952208
Fix the error that loaded concrete function does not work.
2 years ago
AsakusaRinne
3943375b67
Support loading weights for customized layer.
2 years ago
AsakusaRinne
4e6431ed85
Align some implementations of Graph and FuncGraph.
2 years ago
Yaohui Liu
355ca3ab6c
Support construct graph from proto.
2 years ago
wangdapao666
36adf6ab64
Add EarlyStopping callback
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
3db092b929
Support mutiple inputs of keras modek.predict.
2 years ago
Yaohui Liu
095bf33d7c
Refine the keras SavedModel unittest.
2 years ago