Haiping
|
48403a55e2
|
Merge pull request #1161 from Wanglongzhi2001/master
fix: add the momentum parameter's implemention of SGD
|
2 years ago |
“Wanglongzhi2001”
|
f3b3d8be65
|
fix: add the momentum parameter's implemention of SGD
|
2 years ago |
Haiping
|
7fec40b8e5
|
Merge pull request #1159 from Wanglongzhi2001/master
fix: add the gradient of the tf.gradient opr
|
2 years ago |
“Wanglongzhi2001”
|
005476cbcd
|
fix: add the gradient of the tf.gradient opr
|
2 years ago |
Haiping
|
ab7b986cbf
|
Merge pull request #1157 from Wanglongzhi2001/master
feat: add adjust_contrast, adjust_hue, combined_non_max_suppression, crop_and_resize image oprs
|
2 years ago |
“Wanglongzhi2001”
|
3273cbc7f2
|
fix: fix ci error
|
2 years ago |
“Wanglongzhi2001”
|
b0ce73caff
|
feat: add adjust_contrast, adjust_hue, combined_non_max_suppression, crop_and_resize image oprs
|
2 years ago |
Haiping
|
a5fdaf4fca
|
Merge pull request #1155 from Wanglongzhi2001/master
fix: revise np.amin, np.amax and add np.argmin
|
2 years ago |
Haiping
|
5e60a13f0f
|
Merge pull request #1154 from Beacontownfc/mybranch3
Fix: model.load_weights
|
2 years ago |
“Wanglongzhi2001”
|
482899eab7
|
fix: revise np.amin, np.amax and add np.argmin
|
2 years ago |
Beacontownfc
|
8b17b14f30
|
Update hdf5_format.cs
|
2 years ago |
Beacontownfc
|
05dbe134f8
|
Update hdf5_format.cs
|
2 years ago |
Beacontownfc
|
737910df9e
|
Fix: model.load_weights
|
2 years ago |
Haiping
|
fa2d2dcfc8
|
Merge pull request #1149 from Wanglongzhi2001/master
feat: add Bidirectional layer
|
2 years ago |
“Wanglongzhi2001”
|
0c9437afcb
|
feat: add Bidirectional layer
|
2 years ago |
Haiping Chen
|
fa5d19dcda
|
fix unit test.
|
2 years ago |
Haiping Chen
|
03472997e4
|
Fix tf.reverse.
|
2 years ago |
Haiping Chen
|
6ec39ba3cb
|
Fix inferred_value of KerasTensor. #1142
|
2 years ago |
Haiping
|
12e3f549e1
|
Merge pull request #1148 from Wanglongzhi2001/master
fix: make the initialization of the layer's name correct
|
2 years ago |
Longzhi Wang
|
f6f792aa94
|
Merge branch 'SciSharp:master' into master
|
2 years ago |
“Wanglongzhi2001”
|
3bef87aefc
|
fix: make the initialization of the layer's name correct
|
2 years ago |
Haiping
|
dffc4653bd
|
Merge pull request #1146 from Wanglongzhi2001/master
fix: ignore the LSTMLoad test
|
2 years ago |
“Wanglongzhi2001”
|
03b44c3b50
|
ignore the LSTMLoad test
|
2 years ago |
Haiping Chen
|
7b26d6699a
|
Adjust location of KerasTensor.
|
2 years ago |
Haiping
|
d452d8c2d7
|
Merge pull request #1144 from Wanglongzhi2001/master
fix: fix the bug of load LSTM model and add test
|
2 years ago |
“Wanglongzhi2001”
|
68772b2cbd
|
fix: use git add --renormalize to make model files binary
|
2 years ago |
Longzhi Wang
|
d9c97a46cc
|
Merge branch 'SciSharp:master' into master
|
2 years ago |
Haiping
|
3006c86d9b
|
Merge pull request #1145 from dogvane/master
Thanks for your contribution.
|
2 years ago |
dogvane
|
0cc25fbc35
|
Add a function(get_classification_statistics) to count the number of label categories for the image_dataset_from_directory method.
|
2 years ago |
dogvane
|
7cd829288d
|
fix per_image_standardization run bug
|
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 |
Haiping Chen
|
ed1a8d2edf
|
Add shape and dtype to KerasTensor
|
2 years ago |
Haiping Chen
|
70f873ecce
|
Initially adding KerasTensor. #1142
|
2 years ago |
Haiping
|
6dd15f7353
|
Merge pull request #1143 from dogvane/master
fix flip_left_right run bug
|
2 years ago |
dogvane
|
f56811d080
|
fix flip_left_right run bug
|
2 years ago |
Haiping Chen
|
b2fe5ca080
|
Fix LSTM crash in release mode.
|
2 years ago |
Haiping
|
9cd86812e5
|
Merge pull request #1140 from dogvane/master
fix same bug
|
2 years ago |
dogvane
|
7165304ff8
|
add a fucntion to cover a folder to a image classes dataset.
|
2 years ago |
dogvane
|
fa213eb54c
|
change "bool training" => "bool? training"
the bool to tensor has a bug, if in init the training is False, the program not start.
|
2 years ago |
dogvane
|
b968fd79ab
|
add avg_pool_grad function
|
2 years ago |
Haiping
|
8574881c1e
|
Merge pull request #1139 from BalashovK/master
fix: exp moved to tf.math.cs
|
2 years ago |
BalashovK
|
5f64a0fa87
|
Merge branch 'master' of https://github.com/BalashovK/TensorFlow.NET
|
2 years ago |
BalashovK
|
4b8e63bb82
|
fix: exp moved to tf.math.cs
|
2 years ago |
BalashovK
|
f01558b642
|
exp moved to tf.math.cs
|
2 years ago |
Haiping
|
a95005fe5b
|
Merge pull request #1137 from Beacontownfc/mybranch2
fix: Fix the problem where the model.save_weights() can't save multi-layer weight
|
2 years ago |
Beacontownfc
|
992bf55dab
|
fix load_weights
|
2 years ago |
Haiping Chen
|
42e8b046ea
|
Release v0.110.1.
|
2 years ago |
Haiping
|
eac68ff05c
|
Merge pull request #1136 from Beacontownfc/mybranch
Add a new optimizer
|
2 years ago |
Beacontownfc
|
cc6ddc144f
|
Add AdamW optimizer
|
2 years ago |