Issues
- 2
Optim.Rprop issue?
#1417 opened by gavolio - 4
Memory Allocation Performance
#1416 opened by mdcarr941 - 1
tensor.print() - Missing default "newLine" Parameter
#1414 opened by ozanMSFT - 2
New Error with devices
#1418 opened by Sprinzl - 1
draw_bounding_boxes
#1406 opened by BehalDavid - 0
Is there a plan to package pytorch3d into torchsharp?
#1412 opened by williamlzw - 6
`torch.nn.functional.l1_loss` computes a criterion with the MSE, not the MAE
#1359 opened by RensOliemans - 14
Look into whether parameter creation from a tensor leads to incorrect dispose scope statistics.
#1397 opened by NiklasGustafsson - 0
Add support for `torch.nn.functional.normalize`
#1382 opened by MiWeiss - 3
- 1
diagonal() has incorrect default
#1402 opened by LeeReid1 - 6
- 6
- 3
Is TorchText implemented?
#1381 opened by przemyslawbak - 0
- 0
- 1
Add accumulate to index_put_
#1374 opened by BalashovK - 0
- 0
Attaching unowned tensor to a DisposeScope makes Statistics.DetachedFromScopeCount go negative.
#1387 opened by mvphelps - 0
PackedSequences not aware of DisposeScope system
#1385 opened by mvphelps - 0
Support use_deterministic_algorithms()
#1384 opened by medovina - 1
Torch was not compiled with flash attention warning
#1375 opened by lostmsu - 7
torchaudio support
#1377 opened by williamlzw - 2
Using TorchSharp In Unity
#1372 opened by StefanWRL - 7
How to use it in maui
#1370 opened by Barshan-Mandal - 2
multi-gpu training
#1369 opened by lindadamama - 0
Why this dotnet pack error?
#1366 opened by GeorgeS2019 - 4
GELU does not appear to support approximate tanh
#1368 opened by travisjj - 1
Move to libtorch 2.4.0
#1330 opened by NiklasGustafsson - 8
MissingMethodException: Method not found: '!!0 TorchSharp.ModuleExtensionMethods.cuda(!!0, Int32)'
#1362 opened by dansimon363 - 3
Suppress the API breakchange introduced by PR 1354 and bump up minor version
#1356 opened by LittleLittleCloud - 0
Build failing after merge of PR 1354
#1355 opened by NiklasGustafsson - 0
IterableDataset
#1353 opened by yueyinqiu - 4
Arrays of Arrays
#1349 opened by travisjj - 5
Jagged Array to Tensor
#1347 opened by gktval - 0
Modernize torchsharp infrastructure
#1346 opened by ericstj - 2
Builds fail after package validation PR merged
#1342 opened by NiklasGustafsson - 4
expose lr scheduler fields
#1320 opened by yueyinqiu - 16
- 11
Unexpected parameters
#1332 opened by lintao185 - 17
How do I turn off these warnings?
#1322 opened by lintao185 - 6
`Module.to(Device)` will cause warnings because non-leaf tensors `.grad` is accessed (Also for optimizers)
#1323 opened by yueyinqiu - 9
Request tensor factory methods accepting Span<T>
#1326 opened by dje-dev - 3
- 6
The function torch.cuda.empty_cache() is missing.
#1327 opened by lintao185 - 1
Linear module creates parameter on cpu even after I set default device to meta
#1324 opened by LittleLittleCloud - 4
- 0
How to set default device type in torchsharp.
#1317 opened by LittleLittleCloud - 0
In PyTorch, the `non_blocking` parameter of the `torch.to` method is not present in TorchSharp.
#1313 opened by lintao185 - 0
Calls to NativeLibrary should not assume explicit paths
#1311 opened by glopesdev