“Wanglongzhi2001”
|
005476cbcd
|
fix: add the gradient of the tf.gradient opr
|
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 |
“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 |
“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 |
“Wanglongzhi2001”
|
3bef87aefc
|
fix: make the initialization of the layer's name correct
|
2 years ago |
Haiping Chen
|
7b26d6699a
|
Adjust location of KerasTensor.
|
2 years ago |
Longzhi Wang
|
d9c97a46cc
|
Merge branch 'SciSharp:master' into master
|
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”
|
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 |
dogvane
|
f56811d080
|
fix flip_left_right run bug
|
2 years ago |
Haiping Chen
|
b2fe5ca080
|
Fix LSTM crash in release mode.
|
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 |
BalashovK
|
4b8e63bb82
|
fix: 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 |
Beacontownfc
|
cc6ddc144f
|
Add AdamW optimizer
|
2 years ago |
Beacontownfc
|
6862d3a043
|
Add AdamW optimizer
|
2 years ago |
lingbai-kong
|
f026963a7d
|
add EinsumGrad
|
2 years ago |
Beacontownfc
|
a76cd67d30
|
fix some api's bug
|
2 years ago |
lingbai-kong
|
4efa0a8881
|
add pad preprocessing for `imdb` dataset
|
2 years ago |
Haiping Chen
|
3acfc1dcb0
|
tf.math.reduce_euclidean_norm
|
2 years ago |
Haiping
|
991c6b63ae
|
Merge pull request #1125 from lingbai-kong/bug-IndexedSlices
fix: inconsistent shape error while training embedding layer
|
2 years ago |
lingbai-kong
|
f61ab520c9
|
fix inconsistent shape error while training Embedding layer.
|
2 years ago |
RachamimYaakobov
|
4e0c3df4a4
|
Bug fix in KerasObjectLoader.cs
I added `ToArray()` so that there is no "The collection has changed" error after `_delete_tracking`.
|
2 years ago |
Wanglongzhi2001
|
8ebe3e31e3
|
fix: fix the bug of repeated progress bar in Model.fit()
|
2 years ago |
Wanglongzhi2001
|
81b10e3780
|
feat: Add GRUCell layer
|
2 years ago |
Longzhi Wang
|
c9b81c651f
|
Merge branch 'SciSharp:master' into master
|
2 years ago |
Wanglongzhi2001
|
fff5029b02
|
fix: revise earlystopping callback's min_delta parameter
|
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 |
Haiping Chen
|
bfa9f77f42
|
tf.math.sqrt
|
2 years ago |
Haiping
|
367ac9efce
|
Merge pull request #1089 from DevNullx64/SimpleRefacto
refactor: Standardize TensorFlowNET.Keras/Losses/*
|
2 years ago |
Haiping
|
3de7b8e8ed
|
Merge pull request #1116 from lingbai-kong/imdbfix
fix: type converting errors when loading imdb dataset
|
2 years ago |
lingbai-kong
|
e749aaeaae
|
add more implicit operator for NDArray and UnitTest for `keras.datasets.imdb`
|
2 years ago |
lingbai-kong
|
fcd10447ab
|
add more type case for tensor.zeros
|
2 years ago |
Beacontownfc
|
786b26602f
|
Modify according to the reviewer's comments
|
2 years ago |
Beacontownfc
|
3805771121
|
improve layer norm
|
2 years ago |