-
Notifications
You must be signed in to change notification settings - Fork 101
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
make generate images function work with parallel in CIFAR files #83
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #83 +/- ##
=======================================
Coverage 35.90% 35.90%
=======================================
Files 67 67
Lines 7419 7419
=======================================
Hits 2664 2664
Misses 4755 4755 ☔ View full report in Codecov by Sentry. |
-- DO NOT MERGE -- After two tests, the above fix does not seem to perform as well as the main branch. I got an FID of 4.9 for the two tests while it should be 3.6. For now, I consider the parallel training not fixed. |
What does this PR do?
Fixes #82 and partially 73
Before submitting
pytest
command?pre-commit run -a
command?Did you have fun?
Make sure you had fun coding 🙃