p1x31
p1x31
**Is your feature request related to a problem? Please describe.** More information here: https://pytorch.org/docs/stable/generated/torch.jit.trace_module.html#torch.jit.trace_module Compile specific methods on a module (specified in `inputs`), Convert a constructed `ScriptModule` with `forward` and...
I have noticed `--export_onnx` flag in `test_options.py`. It would be nice to have onnx/torchscript conversion.
Fixes #925
Hi! I'm hitting the same error as #1733 but with windows 11 .net framework client to .net framework server works fine .net 8 client to python server works fine I'm...