-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: two3lab/TensorFlow.NET
base: master
head repository: SciSharp/TensorFlow.NET
compare: master
- 19 commits
- 18 files changed
- 7 contributors
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d54f7a6 - Browse repository at this point
Copy the full SHA d54f7a6View commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43f43eb - Browse repository at this point
Copy the full SHA 43f43ebView commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5ba382 - Browse repository at this point
Copy the full SHA f5ba382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f9fce5 - Browse repository at this point
Copy the full SHA 5f9fce5View commit details
Commits on May 21, 2024
-
Merge pull request SciSharp#1250 from SchoenTannenbaum/master
fix: regularizer serialization problem
Configuration menu - View commit details
-
Copy full SHA for b72c803 - Browse repository at this point
Copy the full SHA b72c803View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b3ce158 - Browse repository at this point
Copy the full SHA b3ce158View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18db147 - Browse repository at this point
Copy the full SHA 18db147View commit details -
Configuration menu - View commit details
-
Copy full SHA for b21a58a - Browse repository at this point
Copy the full SHA b21a58aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 483ac82 - Browse repository at this point
Copy the full SHA 483ac82View commit details
Commits on Jun 19, 2024
-
Merge pull request SciSharp#1217 from novikov-alexander/alnovi/gradie…
…nt_more_tests test: more gradient optimizer tests
Configuration menu - View commit details
-
Copy full SHA for 0392027 - Browse repository at this point
Copy the full SHA 0392027View commit details -
Configuration menu - View commit details
-
Copy full SHA for def5774 - Browse repository at this point
Copy the full SHA def5774View commit details
Commits on Jun 22, 2024
-
Merge pull request SciSharp#1257 from novikov-alexander/alnovi/generi…
…c-cast fix: More generic array cast
Configuration menu - View commit details
-
Copy full SHA for 7fb73cd - Browse repository at this point
Copy the full SHA 7fb73cdView commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5142ad6 - Browse repository at this point
Copy the full SHA 5142ad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8b7bde - Browse repository at this point
Copy the full SHA f8b7bdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93dda17 - Browse repository at this point
Copy the full SHA 93dda17View commit details
Commits on Jul 2, 2024
-
Merge pull request SciSharp#1263 from ASolomatin/master
fix: Support for training a multi-input model using a dataset.
Configuration menu - View commit details
-
Copy full SHA for 6a2d7e1 - Browse repository at this point
Copy the full SHA 6a2d7e1View commit details
Commits on Jan 14, 2025
-
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);Configuration menu - View commit details
-
Copy full SHA for b6c5d26 - Browse repository at this point
Copy the full SHA b6c5d26View commit details
Commits on Jan 22, 2025
-
Merge pull request SciSharp#1282 from eLDoherty/patch-2
fix: Resolve fixed-size array issue
Configuration menu - View commit details
-
Copy full SHA for 67f8b61 - Browse repository at this point
Copy the full SHA 67f8b61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ce6066 - Browse repository at this point
Copy the full SHA 6ce6066View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master