Skip to content

Is there interest to make TorchSharp for user friendly with e.g. .NET Interactive? #297

@GeorgeS2019

Description

@GeorgeS2019

New TorchSharp Test Project

Torch.SetSeed(1234);
var tensor = Float32Tensor.rand(new long[] { 4, 4 });
Console.Write(tensor)

Currently, there is no friendly print function when using TorchSharp in e.g. .NET Interactive , or I could have miss it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions