Can't Include TorchSharp.Jit for loading and inference on TorchScript module #893
Unanswered
Blitzarcane
asked this question in
Q&A
Replies: 1 comment
-
It should be |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the TorchSharp NuGet Package 0.99.1 with corresponding TorchVision and Cuda backend package. I have a TorchScript module and I'm looking to do Jit.Module.Load as in this test:
TorchSharp/test/TorchSharpTest/TorchSharp/TorchSharp.cs
Lines 220 to 228 in 28ef705
I'm not able to make any progress since TorchSharp.Jit appears to be missing. Is this functionality still available?
Beta Was this translation helpful? Give feedback.
All reactions