You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible, to create a model in rust using tch-rs, export it using pyo3, so it is accessible from python side (forward function), then call it from python with some tensors and do optimization part on the python side too? I see that it may be impossible due to the usage of nn::Path / VarStore.
Hello.
Is it possible, to create a model in rust using tch-rs, export it using pyo3, so it is accessible from python side (forward function), then call it from python with some tensors and do optimization part on the python side too? I see that it may be impossible due to the usage of
nn::Path
/VarStore
.The text was updated successfully, but these errors were encountered: