◐ Shell
clean mode source ↗

Comparing two3lab:master...SciSharp:master · two3lab/TensorFlow.NET

Commits on Nov 13, 2023

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu

    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu

    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);
    Configuration menu

    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history