Alexander
c5b4928bd6
correct namespace
passing
1 year ago
Alexander
09d466d697
ci test
1 year ago
Alexander
2cb5fd66f8
new graph
1 year ago
Alexander
149caaec11
test ci
1 year ago
Alexander
c906f46aad
learning rate test
1 year ago
Alexander
f7b8dba00b
small fixes
1 year ago
Alexander Novikov
2a377e2f91
tests are passing
1 year ago
Alexander Novikov
c32d153e9b
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET into alnovi/optimizer_tests
1 year ago
Wanglongzhi2001
7f0161445d
fix: fix a project reference mistake
1 year ago
Wanglongzhi2001
7fd455041d
refactor: refacter the place of the kernel unittest folder
1 year ago
Wanglongzhi2001
4e42d7f3a8
fix: fix the bug of boolean_mask
1 year ago
Wanglongzhi2001
d0ec6591a0
fix: add the implementation of GatherND's grad
1 year ago
Wanglongzhi2001
a73694ab2d
fix: add the implementation of the tile's grad
1 year ago
Jucko13
9f0ffa4bc8
Implemented unittests for Concatenate layers and calls
The loading and saving of a simple model with a Concatenate layer is tested to check if the model is the same after reloading.
Implemented missing axis parameter for np.stack (added some handy tuple calls too like the np.concatenate example).
2 years ago
dogvane
5e4f53077f
修正图片左右和上下翻转的问题,并增加对应测试用例。
2 years ago
dogvane
ba8f0b084f
add DepthwiseConv2D (深度可分离卷积)
2 years ago
Wanglongzhi2001
f5af07ce5e
feat: add the implementation of sample_weight in model.fit
2 years ago
Beacontownfc
02bfb9af17
improve raggedtensor
2 years ago
Alexander Novikov
21210795d0
gradient descent tests
2 years ago
Alexander Novikov
57feb65dbc
comment IndexedSlices test
2 years ago
Alexander Novikov
a9dad3ce11
fixme labels
2 years ago
Alexander Novikov
adef5bcdc5
gradient tests
2 years ago
Alexander Novikov
9d71cad96e
using and no IEnumerable
2 years ago
Alexander Novikov
ae50fa93ba
fix fleaky test boundary continue
2 years ago
Alexander Novikov
c33a3a7444
cached_session for graph tests
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
Wanglongzhi2001
7b077eac7e
feat: implement GRU layer
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
“Wanglongzhi2001”
0c9437afcb
feat: add Bidirectional layer
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
“Wanglongzhi2001”
03b44c3b50
ignore the LSTMLoad test
2 years ago
“Wanglongzhi2001”
68772b2cbd
fix: use git add --renormalize to make model files binary
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
3acfc1dcb0
tf.math.reduce_euclidean_norm
2 years ago
lingbai-kong
f61ab520c9
fix inconsistent shape error while training Embedding layer.
2 years ago
Wanglongzhi2001
81b10e3780
feat: Add GRUCell layer
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
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
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