We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following some old posts on the Julia Discourse (and what tab-autocompletion suggests after using Metalhead), I did
using Metalhead
using Flux, Metalhead model = VGG16()
I got
ERROR: UndefVarError: `VGG16` not defined
as confirmed from the fact that VGG16 and other functions are deprecated, but they are still exported.
VGG16
If appropriate, I could do a PR to stop exporting them.
The text was updated successfully, but these errors were encountered:
Good catch and please do! I think everything in that file should get the same treatment.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Following some old posts on the Julia Discourse (and what tab-autocompletion suggests after
using Metalhead
), I didI got
as confirmed from the fact that
VGG16
and other functions are deprecated, but they are still exported.If appropriate, I could do a PR to stop exporting them.
The text was updated successfully, but these errors were encountered: