Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: two3lab/TensorFlow.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SciSharp/TensorFlow.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 18 files changed
  • 7 contributors

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    d54f7a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    43f43eb View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    f5ba382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f9fce5 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge pull request SciSharp#1250 from SchoenTannenbaum/master

    fix: regularizer serialization problem
    SanftMonster authored May 21, 2024
    Configuration menu
    Copy the full SHA
    b72c803 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    b3ce158 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18db147 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b21a58a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    483ac82 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Merge pull request SciSharp#1217 from novikov-alexander/alnovi/gradie…

    …nt_more_tests
    
    test: more gradient optimizer tests
    Oceania2018 authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0392027 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    def5774 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Merge pull request SciSharp#1257 from novikov-alexander/alnovi/generi…

    …c-cast
    
    fix: More generic array cast
    Oceania2018 authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    7fb73cd View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    5142ad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8b7bde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93dda17 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge pull request SciSharp#1263 from ASolomatin/master

    fix: Support for training a multi-input model using a dataset.
    Oceania2018 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6a2d7e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. 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);
    eLDoherty authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    b6c5d26 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Merge pull request SciSharp#1282 from eLDoherty/patch-2

    fix: Resolve fixed-size array issue
    Oceania2018 authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    67f8b61 View commit details
    Browse the repository at this point in the history
  2. Update release.yml

    Oceania2018 authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    6ce6066 View commit details
    Browse the repository at this point in the history
Loading