About the jit category
|
|
1
|
2056
|
February 25, 2023
|
Trying torch.jit.script with a super().forward
|
|
0
|
5
|
January 23, 2025
|
Jit trace failure (First diverging operator Node diff)
|
|
1
|
151
|
January 16, 2025
|
Speed of First pass is very slow
|
|
7
|
5104
|
January 2, 2025
|
Slow training of rCNN and torch.jit.script() function not compatible
|
|
0
|
17
|
January 1, 2025
|
TorchScript compiling the model to run on OpenWrt
|
|
0
|
45
|
December 20, 2024
|
How to get around pad error when doing torch.jit.save?
|
|
1
|
14
|
December 20, 2024
|
.pt version not supported in cpp libtorch
|
|
2
|
94
|
December 19, 2024
|
Model works fine while jit gives weird results
|
|
3
|
17
|
December 16, 2024
|
Runtime error - Unsupported value kind: Tensor
|
|
8
|
2331
|
December 11, 2024
|
Saving: `torchscript` or `state_dict`?
|
|
0
|
59
|
December 9, 2024
|
Use jit to speed up unrolled RNN
|
|
0
|
60
|
December 9, 2024
|
@jit.export methods disappear after jit.load(pth)
|
|
0
|
46
|
November 22, 2024
|
Export Segment Anything Model to C++
|
|
2
|
331
|
November 21, 2024
|
How to get output shape of each node from a loaded model, which is saved by jit?
|
|
6
|
2741
|
November 14, 2024
|
RuntimeError: strides() called on undefined Tensor
|
|
3
|
2868
|
October 27, 2024
|
RuntimeError: Cannot insert a Tensor that requires grad as a constant
|
|
4
|
5694
|
October 5, 2024
|
Jit,PytorchVideo,Deployment
|
|
0
|
54
|
September 26, 2024
|
Using optimize_for_inference on Torchscript model causes error
|
|
6
|
796
|
September 21, 2024
|
Does jit support compile?
|
|
0
|
33
|
September 19, 2024
|
Torch.fx.GraphModule with Torch.jit.script gives warning
|
|
0
|
58
|
September 10, 2024
|
Torchscript compatibility with control flows
|
|
0
|
50
|
September 10, 2024
|
oneDNN error "Not support device type cuda"
|
|
1
|
59
|
August 19, 2024
|
Typing in Pytorch
|
|
3
|
3298
|
August 3, 2024
|
RuntimeError: get_parameter is not supported on ScriptModules
|
|
1
|
91
|
June 24, 2024
|
Issues tracing GPT-2 models for mobile deployment
|
|
1
|
204
|
June 21, 2024
|
TorchScript: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe0 in position 0: unexpected end of data
|
|
0
|
162
|
June 13, 2024
|
RuntimeError: Unknown type name 'nn.Module' - How to jit a function whose arguments contain an nn.Module?
|
|
3
|
1973
|
June 10, 2024
|
Does using a 'lite' model and 'optimized for mobile' change anything if used in native python code?
|
|
1
|
138
|
June 5, 2024
|
Leverage graph mode computation for pure c++ nn.module
|
|
0
|
115
|
June 3, 2024
|