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

Fix lenet_mnist model #268

Merged
merged 3 commits into from Jan 19, 2021
Merged

Fix lenet_mnist model #268

merged 3 commits into from Jan 19, 2021

Conversation

ghost
Copy link

@ghost ghost commented Jan 17, 2021

Some small less urgent changes which I now see I added to the commits:

  • Removes some unused dependencies from Project.toml
  • Parameters.@with_kw replaced with Base.@kwdef

see #266

@ghost ghost mentioned this pull request Jan 17, 2021
59 tasks
@CarloLucibello
Copy link
Member

Looks good, thanks! Maybe we could add proper compat bounds to each model zoo example, so that the last setup on which it was tested is more clear, without having to dig into the manifest

@ghost
Copy link
Author

ghost commented Jan 18, 2021

Compat bounds sounds like a great idea! How aggressive should we be here? Is it ok to add Julia 1.5 and Flux 0.11.4 as minumum versions (these are the versions which i use for testing)?

@CarloLucibello
Copy link
Member

Since we don't have CI here, I would be super aggressive and use the versions in your testing configuration.

@ghost
Copy link
Author

ghost commented Jan 19, 2021

I added compat entries for julia, flux and cuda. Runs without issues now.

@CarloLucibello CarloLucibello merged commit 28827c0 into FluxML:master Jan 19, 2021
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 this pull request may close these issues.

3 participants