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

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