Haiping
6ce6066551
Update release.yml
8 months ago
Haiping
67f8b6144c
Merge pull request #1282 from eLDoherty/patch-2
fix: Resolve fixed-size array issue
8 months ago
Leonardo Doherty
b6c5d26fab
fix: Resolve fixed-size array issue
Replace .ToArray() with .ToList() to allow dynamic modification of network_nodes in MapGraphNetwork()
Replaced .ToArray() with .ToList() to resolve the issue where .Add() was called on a fixed-size array.
This preventing the "Collection was of a fixed size" error when called something like this var model = keras.Model(new Tensors(new Tensor[] { encoder_inputs, decoder_inputs }), outputs: decoder_dense);
8 months ago
C. Oceania
6a2d7e1cad
Merge pull request #1263 from ASolomatin/master
fix: Support for training a multi-input model using a dataset.
1 year ago
Aleksej Solomatin
93dda17944
fix: Added support for training a multi-input model using a dataset.
1 year ago
Aleksej Solomatin
f8b7bdeb9b
test: Added a unit test of training a multi-input model using a dataset.
1 year ago
Aleksej Solomatin
5142ad658c
test: Added an `evaluate` method call to a unit test for a multi-input model.
1 year ago
C. Oceania
7fb73cda3f
Merge pull request #1257 from novikov-alexander/alnovi/generic-cast
fix: More generic array cast
1 year ago
Alexander Novikov
def57745b6
fix: more generic array cast
1 year ago
C. Oceania
0392027f9d
Merge pull request #1217 from novikov-alexander/alnovi/gradient_more_tests
test: more gradient optimizer tests
1 year ago
novikov-alexander
483ac82cd2
Update tensor_util.cs
1 year ago
novikov-alexander
b21a58a63f
Merge branch 'SciSharp:master' into alnovi/gradient_more_tests
1 year ago
novikov-alexander
18db147eb4
Update GradientDescentOptimizerTests.cs
1 year ago
novikov-alexander
b3ce158ec3
Update tensor_util.cs
1 year ago
Rinne
b72c803f19
Merge pull request #1250 from SchoenTannenbaum/master
fix: regularizer serialization problem
1 year ago
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
novikov-alexander
43f43eb772
Merge branch 'SciSharp:master' into alnovi/gradient_more_tests
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
Alexander
d54f7a62e0
test: more gradients tests
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
1 year ago
Alexander
7968dc360f
fix test
1 year ago
Alexander
b6db9410b3
update packages
1 year ago
Alexander
b906c9a69a
fix nullability
1 year ago
Alexander
165e9169e4
assert all close
1 year ago
Alexander
fc8f493187
common assembly for python test
1 year ago
Rinne
59b08cab05
Merge pull request #940 from Fiffers/patch-1
Fix Conv2dTranspose bias
1 year ago
Rinne
d0208976a2
Merge pull request #1184 from novikov-alexander/alnovi/optimizer_tests
test: Gradient descent optimizer tests
1 year ago
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
e6c7c79bad
Merge branch 'alnovi/optimizer_tests' of https://github.com/novikov-alexander/TensorFlow.NET into alnovi/optimizer_tests
1 year ago
novikov-alexander
2a5d0f796d
Merge branch 'SciSharp:master' into alnovi/optimizer_tests
1 year ago
Alexander
b1972a84f4
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET into alnovi/optimizer_tests
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
Rinne
ee004c0197
Merge pull request #1212 from Wanglongzhi2001/fix_validation_data_pack
fix: fix the validation_pack when multiple input
1 year ago
Alexander Novikov
c32d153e9b
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET into alnovi/optimizer_tests
1 year ago
Wanglongzhi2001
47e9019a18
refactor: fix a typo
1 year ago
Wanglongzhi2001
d453fb6611
refactor: declare some field of ValidationPack as internal
1 year ago
Wanglongzhi2001
53bd70bed3
fix: fix the validation_pack when multiple input
1 year ago
Haiping Chen
94c0bb8796
Release v0.150.0 based on tensorflowv v2.15.0.
1 year ago
Haiping
f7459b322a
Merge pull request #1209 from Wanglongzhi2001/fix_test_foler_place
refactor: refacter the place of the kernel unittest folder
1 year ago
Wanglongzhi2001
7f0161445d
fix: fix a project reference mistake
1 year ago