-
Notifications
You must be signed in to change notification settings - Fork 180
[WIP] V1.0.0 #160
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
[WIP] V1.0.0 #160
Conversation
Support build in Windows
|
Can't wait for more releases... |
Add sampler attribute to TraversalOrder
Fix translate fill
|
how far is a next release tag? possible within two months? |
RandomResizedCrop transform fixes
|
@andrewilyas @GuillaumeLeclerc Are you still interested in merging #154 into V1.0.0? For what it's worth: while I didn't finish the checklist in the PR, some colleagues and I have been using it successfully for a long time. Let me know if there's anything I could do to make this happen. |
|
Hi @ashertrockman ! My thought was to merge v1.0 -> master ASAP and update on PyPI, and then merge in this and grayscale support (#226) into a v1.1, does that sound good? BTW, are there tests for the new augmentations? |
|
Yeah, that sounds good to me. There are tests here: https://github.com/libffcv/ffcv/blob/0fa3d7c8a041fec7348025afafe6e4f6fff60f33/tests/test_rand_aug.py. My goal was to very closely replicate the RandAugment implementation in TorchVision, so most of the tests use it as a baseline. |
|
Amazing! This should be super easy to merge into v1.1 then. I'm planning on uploading v1.0 to PyPI tonight! |
Track progress for the next release