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
Yaohui Liu
0114885ed7
feat: update some gen_ops.
2 years ago
Yaohui Liu
6b30902ee8
fix: error after merging LSTM support.
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
Yaohui Liu
f1fbcf2016
feat: support model building with RNN.
2 years ago
Wanglongzhi2001
db8e43b241
Add feature(not completed):add SimpleRNNCell, StackedRNNCell, RNN and test
2 years ago
Yaohui Liu
537b3e1142
feat: support simple RNN.
2 years ago
Yaohui Liu
46e190dbfc
feat: add RNN basic framework.
2 years ago
Yaohui Liu
1c8f0a2d14
refactor: gen_nn_ops, gen_math_ops, gen_array_ops and related codes.
2 years ago
Haiping
179e32ae20
Merge pull request #1044 from AsakusaRinne/add_cv_compatibility
Add the constructor of NDArray which reuses memory
2 years ago
Haiping
34338c72c2
Merge pull request #1043 from AsakusaRinne/fix_1040
Partially fix the error when crop image.
2 years ago
Yaohui Liu
44d203da5e
Add the constructor of ndarray which reuse memory.
2 years ago
Yaohui Liu
0c87244007
Partially fix the error when crop image.
2 years ago
Yaohui Liu
4aab86b876
Fix the error when using layers.Input with unknown batch size.
2 years ago
Yaohui Liu
747e6585e7
Change type of BuildInputShape to KerasShapesWrapper.
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
Longzhi Wang
cd54e0f504
Merge branch 'SciSharp:master' into master
2 years ago
Wanglongzhi2001
426a55ce7b
Add set_weights and get_weights APIs
2 years ago
Yaohui Liu
c1a14c7e11
Fix the error when loading Conv1D layer with initialzier.
2 years ago
Wanglongzhi2001
f4e7fd47e7
Merge branch 'master' of github.com:Wanglongzhi2001/TensorFlow.NET into dev1
2 years ago
Wanglongzhi2001
78bd4c758e
Add api set_weights and get_weights
2 years ago
Yaohui Liu
1903700e04
Merge branch 'master' of github.com:AsakusaRinne/TensorFlow.NET into support_function_load
2 years ago
Yaohui Liu
c8691387ab
Revise some implementation details.
2 years ago
Yaohui Liu
9420ba3243
Fix the error of loaded function model backward.
2 years ago
Yaohui Liu
1d1657dd2c
Use operation with customized C API.
2 years ago
Yaohui Liu
fd1eb40f25
Partially support the backward of loaded function model.
2 years ago
Wanglongzhi2001
2eef1b812a
Finish EarlyStopping
2 years ago
Yaohui Liu
6a9ccea29f
Resolve some wrong implementations.
2 years ago
Yaohui Liu
4c1878bb62
Merge branch 'master' into support_function_load
2 years ago
AsakusaRinne
3943375b67
Support loading weights for customized layer.
2 years ago
BalashovK
0acd25b406
Added: fft, ifft, fft2d, ifft2d, fft3d, ifft3d
2 years ago
BalashovK
febba7b354
Added support for Complex128 and unit tests for it.
2 years ago
AsakusaRinne
acae9b3e39
Partially support the analysis of loaded functions.
2 years ago
BalashovK
f9409ed8f3
Added: complex, real, imag, angle
2 years ago
Yaohui Liu
355ca3ab6c
Support construct graph from proto.
2 years ago
Haiping Chen
3aa2738570
Add layers.Normalization.
2 years ago
Haiping Chen
8550dccc56
Add missing trackable class but not implemented.
2 years ago
Yaohui Liu
404c803ce2
Support the multiple inputs of keras model.fit.
2 years ago
Haiping Chen
e5dfe90e9b
More SafeHandles.
2 years ago
Yaohui Liu
b8fd21c094
Fix issue #760
2 years ago
Yaohui Liu
52b513d750
Support loading of SavedModel format ( #989 )
* Add CheckpointReader and corresponding C APIs.
* Add essential components of SavedModel format loading.
* Add checkpoint reading for SavedModel format loading.
* Revise customized json converters.
* Add support for loading models from python.
* Fix the duplicated weights in Keras.Model.
* Add alexnet loading test and check for loaded weights.
* Fix ci error caused by branch merge.
* Resolve the comments and errors.
* Fix the stucking of training when loading model.
* Fix the stucking of training when loading model.
* fix intptr.
---------
Co-authored-by: Haiping Chen <haiping008@gmail.com>
2 years ago
Haiping Chen
d794576486
Add activations.mish.
2 years ago
Haiping Chen
c72f47990e
Add metric of HammingLoss.
2 years ago
Haiping Chen
98919983b1
Add metrics of Precision.
2 years ago
Haiping Chen
217cfd2d41
Add mertic of Recall.
2 years ago
Haiping Chen
ca9f574fce
Add metric of top_k_categorical_accuracy.
2 years ago
Haiping Chen
b8645d3f83
Add keras.layers.CategoryEncoding.
2 years ago