Wanglongzhi2001
|
f5af07ce5e
|
feat: add the implementation of sample_weight in model.fit
|
2 years ago |
Haiping Chen
|
eb4c1f4fb0
|
Release v0.110.4.
|
2 years ago |
lingbai-kong
|
9fb847991a
|
fix: adjust imdb dataset loader for faster loading speed
|
2 years ago |
Wanglongzhi2001
|
f809f6eace
|
fix: fix EarlyStopping
|
2 years ago |
Haiping Chen
|
725ec1e55f
|
Optimize imdb.load_data
|
2 years ago |
lingbai-kong
|
628b2ce736
|
optimize temporal complexity of Imdb dataset loader
|
2 years ago |
Asaf Agami
|
1142828855
|
fix: model does not stop on stop_training == true
|
2 years ago |
lingbai-kong
|
f57a6fe6ed
|
optimize the time complexity of Imdb dataset loader
|
2 years ago |
lingbai-kong
|
28c77f53d6
|
implement Imdb dataset loader
|
2 years ago |
lingbai-kong
|
10f6819f08
|
Merge branch 'master' into ndarrayload
# Conflicts:
# src/TensorFlowNET.Core/Tensorflow.Binding.csproj
# src/TensorFlowNET.Keras/Datasets/Imdb.cs
|
2 years ago |
lingbai-kong
|
ea978bbf21
|
optimize code structure of reconstruction ndarray from pickled npy file
|
2 years ago |
lingbai-kong
|
9d10daf30f
|
add reconstruction and setstate of NDArray for loading pickled npy file.
|
2 years ago |
Wanglongzhi2001
|
7b077eac7e
|
feat: implement GRU layer
|
2 years ago |
Haiping Chen
|
ba1ddb4448
|
Set SGD default value.
|
2 years ago |
Haiping
|
b18343ca26
|
Merge pull request #1165 from lingbai-kong/imdbfix
fix: validate dataset of `Imdb` do not load bug & add: custom `Imdb` path
|
2 years ago |
lingbai-kong
|
8e3ba22c83
|
fix: validate dataset of `Imdb` do not load bug & add: custom `Imdb` path
|
2 years ago |
Wanglongzhi2001
|
f679af67e6
|
fix: partially fix the bug of load_model
|
2 years ago |
“Wanglongzhi2001”
|
6d3f134637
|
fix: remove the reflection in the implemention of Bidirectional
|
2 years ago |
“Wanglongzhi2001”
|
f3b3d8be65
|
fix: add the momentum parameter's implemention of SGD
|
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
|
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 |
“Wanglongzhi2001”
|
b27ccca84f
|
fix:fix the bug of load LSTM model
|
2 years ago |
Haiping Chen
|
70f873ecce
|
Initially adding KerasTensor. #1142
|
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 |
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
|
4efa0a8881
|
add pad preprocessing for `imdb` dataset
|
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
|
367ac9efce
|
Merge pull request #1089 from DevNullx64/SimpleRefacto
refactor: Standardize TensorFlowNET.Keras/Losses/*
|
2 years ago |
lingbai-kong
|
aac52940ad
|
init pickle support to np.load object type of npy
|
2 years ago |
Beacontownfc
|
3805771121
|
improve layer norm
|
2 years ago |
Haiping Chen
|
4c6063d03e
|
Update version number.
|
2 years ago |