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 cifar10 model #270

Merged
merged 5 commits into from Jan 18, 2021
Merged

Fix cifar10 model #270

merged 5 commits into from Jan 18, 2021

Conversation

ghost
Copy link

@ghost ghost commented Jan 17, 2021

  • Replaces dependencies which prevented updating to flux 0.11.4
  • Wrote custom training loop to allow data to be moved to the GPU in batches, this allows running the model on lower end cards without OOM errors.

Joost added 2 commits January 17, 2021 18:01
Dataset is switched from Metalhead to MLDatasets, and data is now moved
to the GPU in batches during training, validation and testing to prevent
OOM errors on less high end GPU's.
@ghost ghost mentioned this pull request Jan 17, 2021
59 tasks
@CarloLucibello CarloLucibello merged commit 83e17c1 into FluxML:master Jan 18, 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