-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to reproduce the PytorchModel examples #162
Comments
Ah, the docs are missing the instruction import PythonCall The code is here: It gets loaded in the CI tests because I have MathOptAI.jl/test/test_PythonCall.jl Line 15 in 42017ae
and it gets loaded in the documentation build because I have Line 16 in 42017ae
I need to clarify this in the docs. Or perhaps I should just add Thoughts @Robbybp? I initially wanted to keep the deps as light as possible, but it seems like PythonCall might be a pretty common use case (much more than say, Lux or Flux). |
I just made a PR to improve the documentation: #163 |
I say keep the dependencies light and clarify the docs |
As an audit: the other extensions are okay, because users explicitly need to import them to build the ML (you can't load a Flux model without |
Thanks for opening the issue @nychiang. Don't hesitate if you have other questions 😄 |
It seems that the function PytorchModel is not implemented (see here).
Are there plans to implement it? Or how we can reproduce the example?
@cnpetra
@prata74
The text was updated successfully, but these errors were encountered: