Skip to content
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

Fixing deprecated models #218

Closed
natema opened this issue Mar 29, 2023 · 1 comment · Fixed by #219
Closed

Fixing deprecated models #218

natema opened this issue Mar 29, 2023 · 1 comment · Fixed by #219

Comments

@natema
Copy link
Contributor

natema commented Mar 29, 2023

Following some old posts on the Julia Discourse (and what tab-autocompletion suggests after using Metalhead), I did

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.

If appropriate, I could do a PR to stop exporting them.

@ToucheSir
Copy link
Member

Good catch and please do! I think everything in that file should get the same treatment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants