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: hchen2020/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.
  • 7 commits
  • 5 files changed
  • 3 contributors

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