Haiping
dfd9dd0d20
Merge pull request #1126 from lingbai-kong/parse_imdb
Add pad preprocessing for `imdb` dataset
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
Haiping
6264c7919d
Merge pull request #1124 from RachamimYaakobov/patch-1
fix: A bug fix in KerasObjectLoader.cs
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
Haiping
86b235f9ff
Merge pull request #1123 from Wanglongzhi2001/master
fix: fix the bug of repeated progress bar in Model.fit()
2 years ago
Wanglongzhi2001
8ebe3e31e3
fix: fix the bug of repeated progress bar in Model.fit()
2 years ago
Haiping
7e1568f363
Merge pull request #1120 from Wanglongzhi2001/master
fix: revise earlystopping callback's min_delta parameter and add GRUCell layer
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
Haiping
0fe91a465c
Merge pull request #1117 from Wanglongzhi2001/master
feat: Add UpSampling1D layer and test.
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
c23b24633f
remove UnitTest for `keras.datasets.imdb`
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
lingbai-kong
aac52940ad
init pickle support to np.load object type of npy
2 years ago
Haiping
86304380fc
Merge pull request #1114 from Beacontownfc/mybranch
Improve the API of LayerNormalization
2 years ago
Beacontownfc
786b26602f
Modify according to the reviewer's comments
2 years ago
Beacontownfc
3805771121
improve layer norm
2 years ago
Haiping Chen
4c6063d03e
Update version number.
2 years ago
Haiping
7449fa5c5b
Merge pull request #1113 from SciSharp/rnn-dev
fix: error pf training RNN on Linux
2 years ago
Yaohui Liu
ae8fe840e4
fix: resolve conflict.
2 years ago
Rinne
649db149e1
Merge branch 'master' into rnn-dev
2 years ago
Haiping Chen
46e2162797
Fix model.evaluate in NeuralNetXorKeras.
2 years ago
Yaohui Liu
69b3bce330
test: update the redist version of test.
2 years ago
Yaohui Liu
95ee0e8c87
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET into rnn-dev
2 years ago
Yaohui Liu
51b5f17c9a
fix: RNN training error on linux.
2 years ago
Rinne
0454c7b068
Merge pull request #1110 from Wanglongzhi2001/master
feat: Support training of RNN and LSTM.
2 years ago
Visagan Guruparan
1b1a50371b
np update square and dot product
2 years ago
Wanglongzhi2001
35d2e107f3
refactor model.evaluate to deal with confilict
2 years ago
Wanglongzhi2001
cb31cf46c6
feat: support training of RNN
2 years ago
Luc BOLOGNA
e1ece66264
Refactor: remove useless unsafe on tensor implicit cast
2 years ago
Luc Bologna
a8288af655
Update Model.Evaluate.cs
2 years ago
Luc Bologna
0effee430c
Update Model.Evaluate.cs
Fix my bad:
Bad handling between test_function and test_step_multi_inputs_function.
2 years ago
Luc BOLOGNA
f7208c9494
Refactor: Model.Evaluate.cs
2 years ago
Luc BOLOGNA
02cb239c5f
Refactor: Change Model evaluate
IModel.Dictionary<string, float> evaluate(NDArray, NDArray, ...) is now IModel.Dictionary<string, float> evaluate(Tensor, Tensor, ...)
Merge Model.Evaluate.test_step_multi_inputs_function(...) and Model.Evaluate.test_function(...)
Note: An internal function need to add an explicit cast in Tensor
2 years ago
Rinne
edbf89bd8d
Merge pull request #1109 from AsakusaRinne/rnn-dev
feat: support training of RNN.
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
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
5bfe0982e9
feat: add exception catch to code generator.
2 years ago