Is there a way to prefix in load_state_dict
|
|
1
|
1443
|
September 23, 2020
|
Batch norm mix precision jit bug
|
|
0
|
454
|
September 22, 2020
|
Where do we find the tests for PyTorch backwards compatibility tests?
|
|
0
|
370
|
September 21, 2020
|
Getting Unknown type annotation error when JIT saving
|
|
6
|
2393
|
September 15, 2020
|
Declarative specification of the Torchscript IR
|
|
4
|
902
|
September 11, 2020
|
My pytorch conversion to mobile is not working...!
|
|
1
|
442
|
September 10, 2020
|
Torch.jit.trace works, but torch.jit.script does not
|
|
1
|
1081
|
September 10, 2020
|
Convert string to int/float in torch script
|
|
1
|
2677
|
September 10, 2020
|
How to add annotation to work with JIT for nn.Sequential
|
|
1
|
829
|
September 9, 2020
|
When to use jit.trace, and when to use jit.script?
|
|
1
|
676
|
September 9, 2020
|
'module' object is not iterable:
|
|
5
|
5237
|
September 9, 2020
|
Debugging backward errors
|
|
2
|
1383
|
September 7, 2020
|
[Torchscript] Serialization - Loss of Information
|
|
0
|
393
|
September 4, 2020
|
Retrieve the device type and device ID from c++ programmatically in a JIT GraphPass
|
|
2
|
602
|
September 1, 2020
|
Traced function with addmm slower than Python
|
|
5
|
830
|
August 31, 2020
|
In profiling mode, prim::DifferentiableGraph is present in the graph of a scripted module but not the same traced module
|
|
0
|
539
|
August 31, 2020
|
Order of nodes in scripted graph
|
|
2
|
575
|
August 28, 2020
|
Tracing Torchvision Models
|
|
0
|
601
|
August 26, 2020
|
How to define and save a custom operator with a dynamic schema?
|
|
5
|
1063
|
August 25, 2020
|
Get intermediate outputs from torchscript graph
|
|
0
|
464
|
August 21, 2020
|
Model computation time measurement when using Torchscript in C++ (reposted)
|
|
1
|
1010
|
August 20, 2020
|
c10::Error: Couldn't find an operator for aten::dropout(Tensor input, float p, bool train)
|
|
0
|
428
|
August 20, 2020
|
Different Output from Libtorch c++than pytorch
|
|
2
|
714
|
August 20, 2020
|
Freeze_module pass for 1.4.x version of PyTorch
|
|
2
|
339
|
August 18, 2020
|
Converting torchscript models to version 1 instead of version 3?
|
|
0
|
319
|
August 18, 2020
|
Converting a tensor to a Python number for ONNX convertation
|
|
8
|
6525
|
August 18, 2020
|
Torch.jit.script(module) vs @torch.jit.script decorator
|
|
1
|
4089
|
August 13, 2020
|
Torch.jit.trace_module: how to capture modification of passed dict?
|
|
0
|
397
|
August 13, 2020
|
Parameters of the quantized model will miss in state_dict after being traced in pytorch1.6. Is it a bug or feature?
|
|
0
|
347
|
August 12, 2020
|
FBGEMM & Python Performance
|
|
0
|
369
|
August 6, 2020
|