RuntimeError: output 1 of traced region did not have observable data dependence with trace inputs; this probably indicates your program cannot be understood by the tracer
|
|
2
|
1093
|
May 12, 2022
|
Torch.jit.trace throwing an error for quantized model
|
|
0
|
112
|
May 11, 2022
|
Failed to convert torchscript model use torch.jit.script
|
|
0
|
68
|
May 9, 2022
|
Torch script and eager-mode hybrid interface
|
|
0
|
67
|
May 6, 2022
|
Member values return wrong results if JITed
|
|
0
|
91
|
May 6, 2022
|
Convert pytorch model to ptl
|
|
6
|
254
|
May 2, 2022
|
How to convert pretrained .pt extension pytorch model generated by YoloV5 into .ptl (pytorch lite interpreter format) extension model to load on mobile
|
|
2
|
565
|
April 29, 2022
|
faster-RCNN to libtorch issue
|
|
0
|
144
|
April 28, 2022
|
Yolov5 convert to TorchScript
|
|
2
|
197
|
April 27, 2022
|
Torchscript call other function rather than forward
|
|
1
|
159
|
April 25, 2022
|
How to iterate a ParameterList in TorchScript?
|
|
1
|
120
|
April 25, 2022
|
Using jit to convert VQA model to iPhone (MMF)
|
|
1
|
87
|
April 25, 2022
|
Is there way to check pretrained model features?
|
|
0
|
76
|
April 22, 2022
|
Could in-place op be fused
|
|
0
|
74
|
April 20, 2022
|
Torch.onnx customized op inputs unexpected
|
|
0
|
55
|
April 20, 2022
|
Jit.script and torch.no_grad(): Different behavior with and without JIT?
|
|
2
|
93
|
April 14, 2022
|
Timing in Torchscript
|
|
3
|
473
|
April 13, 2022
|
Cannot insert a Tensor that requires grad as a constant
|
|
8
|
6508
|
April 12, 2022
|
Slowdown when running multiple processes doing inference in parallel
|
|
1
|
202
|
April 12, 2022
|
torch.jit.frontend.UnsupportedNodeError: Yield aren't supported:
|
|
2
|
1073
|
April 11, 2022
|
Is there any way to speed up the jit loading process of quantized model?
|
|
0
|
73
|
April 10, 2022
|
Indexing during runtime into a JITed ModuleList
|
|
0
|
110
|
April 7, 2022
|
Torchscript model occupies different memory in different version of PyTorch
|
|
2
|
86
|
April 7, 2022
|
Torch.jit.trace is not working with mask rcnn
|
|
11
|
2342
|
April 4, 2022
|
Go from jit::ClassDef to python code?
|
|
0
|
99
|
March 29, 2022
|
Tips narrowing down problematic code snippet that is failing to compile to ONNX?
|
|
0
|
171
|
March 22, 2022
|
How to install this?
|
|
4
|
265
|
March 21, 2022
|
CUDA driver error: a PTX JIT compilation failed
|
|
0
|
143
|
March 18, 2022
|
torch::jit::script::Module with hook function?
|
|
7
|
779
|
March 17, 2022
|
Error while tracing for onnx export. "Only tuples, lists and Variables are supported as JIT inputs/outputs. Dictionaries and strings are also accepted, but their usage is not recommended. Here, received an input of unsupported type: numpy.float32"
|
|
2
|
256
|
March 14, 2022
|