Schoen Tannenbaum
5f9fce572d
RegularizerAPI and UnitTest
1 year ago
Schoen Tannenbaum
f5ba382e49
Regularizer addition and fixes
1 year ago
Rinne
8775b0b87a
Merge pull request #1234 from barfeous/bugs/augmentedGraphView
fix: Avoid modifying augmented graph view collection upon traversal
1 year ago
barfeous
4a31621a56
Use TryGetValue instead of ContainsKey + []
1 year ago
Rinne
27a9e912f0
docs: update README.md
1 year ago
barfeous
3448b64346
Remove parameter return from newly void local method
1 year ago
barfeous
eb0f025772
avoid modifying collection
1 year ago
Longzhi Wang
8cab730f98
Merge pull request #1215 from novikov-alexander/alnovi/pythontests_common
refactor: python test common class moved to a separate common assembly
2 years ago
Alexander
7968dc360f
fix test
2 years ago
Alexander
b6db9410b3
update packages
2 years ago
Alexander
b906c9a69a
fix nullability
2 years ago
Alexander
165e9169e4
assert all close
2 years ago
Alexander
fc8f493187
common assembly for python test
2 years ago
Rinne
59b08cab05
Merge pull request #940 from Fiffers/patch-1
Fix Conv2dTranspose bias
2 years ago
Rinne
d0208976a2
Merge pull request #1184 from novikov-alexander/alnovi/optimizer_tests
test: Gradient descent optimizer tests
2 years ago
Alexander
c5b4928bd6
correct namespace
passing
2 years ago
Alexander
09d466d697
ci test
2 years ago
Alexander
2cb5fd66f8
new graph
2 years ago
Alexander
149caaec11
test ci
2 years ago
Alexander
e6c7c79bad
Merge branch 'alnovi/optimizer_tests' of https://github.com/novikov-alexander/TensorFlow.NET into alnovi/optimizer_tests
2 years ago
novikov-alexander
2a5d0f796d
Merge branch 'SciSharp:master' into alnovi/optimizer_tests
2 years ago
Alexander
b1972a84f4
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET into alnovi/optimizer_tests
2 years ago
Alexander
c906f46aad
learning rate test
2 years ago
Alexander
f7b8dba00b
small fixes
2 years ago
Alexander Novikov
2a377e2f91
tests are passing
2 years ago
Rinne
ee004c0197
Merge pull request #1212 from Wanglongzhi2001/fix_validation_data_pack
fix: fix the validation_pack when multiple input
2 years ago
Alexander Novikov
c32d153e9b
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET into alnovi/optimizer_tests
2 years ago
Wanglongzhi2001
47e9019a18
refactor: fix a typo
2 years ago
Wanglongzhi2001
d453fb6611
refactor: declare some field of ValidationPack as internal
2 years ago
Wanglongzhi2001
53bd70bed3
fix: fix the validation_pack when multiple input
2 years ago
Haiping Chen
94c0bb8796
Release v0.150.0 based on tensorflowv v2.15.0.
2 years ago
Haiping
f7459b322a
Merge pull request #1209 from Wanglongzhi2001/fix_test_foler_place
refactor: refacter the place of the kernel unittest folder
2 years ago
Wanglongzhi2001
7f0161445d
fix: fix a project reference mistake
2 years ago
Wanglongzhi2001
7fd455041d
refactor: refacter the place of the kernel unittest folder
2 years ago
Haiping
6aa2ab2afe
Merge pull request #1208 from Wanglongzhi2001/fix_concat_v2_bug
fix: fix the bug caused by concat_v2
2 years ago
Haiping
7f0bde332a
Merge pull request #1207 from Wanglongzhi2001/concat_v2_test
test: add the concat_v2 test
2 years ago
Wanglongzhi2001
8c06bbb016
fix: fix the bug caused by concat_v2
2 years ago
Wanglongzhi2001
f721baee71
test: add the concat_v2 test
2 years ago
Haiping
44bdddc5b5
Merge pull request #1205 from Wanglongzhi2001/fix_boolean_mask
fix: fix the bug of boolean_mask
2 years ago
Wanglongzhi2001
4e42d7f3a8
fix: fix the bug of boolean_mask
2 years ago
Haiping
079b9a334b
Merge pull request #1202 from Wanglongzhi2001/master
fix: add the implementation of the tile's and GatherND's grad and add OptionalArgs
2 years ago
Haiping
e79ecb7991
Merge pull request #1201 from GaijinOtohp/master
fix: Saving a loaded model
2 years ago
Wanglongzhi2001
d0ec6591a0
fix: add the implementation of GatherND's grad
2 years ago
Wanglongzhi2001
3fcc4d8d15
fix: add the GRU, LSTM, SimpleRNN's OptionalArgs
2 years ago
Wanglongzhi2001
a73694ab2d
fix: add the implementation of the tile's grad
2 years ago
SMURF
eb4ff88d39
fix: Saving a loaded model
2 years ago
Haiping
d5f5c57c58
Merge pull request #1193 from dogvane/master
add relu6
2 years ago
dogvane
ec4f372a29
add relu6
2 years ago
Haiping
9e3654bf9c
Merge pull request #1192 from Jucko13/master
fix: Implemented support for loading models with Concatenate layers
2 years 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