Replies: 1 comment
-
Hi @dhrubo-os , Thanks for reporting this. Currently, torchnmf has no test to ensure jittability, but I agree it would be nice to have this feature available. |
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 have a use case where I need to convert my learning algorithm (which uses NMF under the hood) into TorchScript. Is it possible to convert torchnmf to torchScript?
I tried with the following example:
But i'm facing error in the line of jit processing :
jit_processing = torch.jit.script(Chain())
This is the error log:
Beta Was this translation helpful? Give feedback.
All reactions