TorchSharp icon indicating copy to clipboard operation
TorchSharp copied to clipboard

A .NET library that provides access to the library that powers PyTorch.

Results 134 TorchSharp issues
Sort by recently updated
recently updated
newest added

Issue 758 is closed. It says: it you need the 'accumulate' argument on index_put, please open a new issue specifically calling for that. I need "accumulate" in index_put_ My use-case:...

I am trying to use the latest TorchSharp in my Unity project. I keep running into this error: NotSupportedException: This application or script uses TorchSharp but doesn't contain a reference...

Id like to have access to model.items(), iterate over them and add value and the key as follows: this[key] = value if this.Keys contain key{ this[key] = (this[key] + value)...

Missing Feature

- Add optional `scale` and `enable_gqa` arguments to `torch.nn.functional.scaled_dot_product_attention`. Default values `scale = null` and `enable_gqa = false` match pytorch. Breaking Change: - `torch.nn.functional.scaled_dot_product_attention`'s function signature has been changed. The...

Refactor TorchVision Normalize method like pytorch to support any kind of Tensor Image (.., C, H, W)

This pull request modifies the `Tensor` operators involving primitives to immediately dispose the `Scalar` object they create, rather than waiting for the garbage collector.

**Is your feature request related to a missing implementation of PyTorch? Please describe.** - A clear and concise description of what is missing in `TorchSharp`: - Link for `PyTorch` implementation:...

Missing Feature

Looking forward to the next version, when will it be released? It seems that there has been no new version released in NuGet for about 4 months.