-
Can be equivalent to https://pytorch.org/docs/stable/torch.html#torch.norm
-
We should update to these:
* libtorch packages 1.9.0.3 are now published
* TorchSharp 0.91.52661 published
and validate that the packages can be downloaded/used correctly
This gives accces…
dsyme updated
3 years ago
-
I have tested the updates introduced by #294 on two separate Linux machines with nvidia GPUs.
Sharing the results here.
This is the test code:
```fsharp
open DiffSharp
open DiffSharp.Util
…
-
Mac support has been removed from the CI system because C++ code using the PyTorch 1.5.0 C++ API requires building on later Mac images and XCode toolchains than the Azure Pipeline permissions currentl…
dsyme updated
3 years ago
-
Is there an analogue of [`Tensor.detach`](https://pytorch.org/docs/stable/generated/torch.Tensor.detach.html) in TorchSharp?
-
This uses the [yet to merge] combined pull requests of 301 and 302
Based on [PyTorch Recipes Chapter 2](https://github.com/Apress/pytorch-recipes/blob/master/Torch_AI_2.ipynb)
# Random number fro…
-
Provide a **separate** (test-driven development TorchSharp) **repository** with the provided codes from the directories
- TorchSharpTest and
- TorchSharpTest.WithCudaBinaries
the repository ref…
-
```cs
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…
-
The default printer prints the whole tensor. This is fine for small tensors, but for large ones it locks up fsi for quite awhile when it tries to print to the terminal. Here is a reproducible example:…
-
For Tensorflow.NET, finally we have [one page attempting to summarize what have yet to be implemented](https://github.com/SciSharp/tensorflow-net-docs/blob/master/docs/api/tf.md)
We need that for T…