libffcv / ffcv

FFCV: Fast Forward Computer Vision (and other ML workloads!)
https://ffcv.io
Apache License 2.0
2.82k stars 178 forks source link

[WIP] V1.0.0 #160

Closed GuillaumeLeclerc closed 1 year ago

GuillaumeLeclerc commented 2 years ago

Track progress for the next release

alexmyczko commented 2 years ago

Can't wait for more releases...

alexmyczko commented 1 year ago

how far is a next release tag? possible within two months?

ashertrockman commented 1 year ago

@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.

andrewilyas commented 1 year ago

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?

ashertrockman commented 1 year ago

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.

andrewilyas commented 1 year ago

Amazing! This should be super easy to merge into v1.1 then. I'm planning on uploading v1.0 to PyPI tonight!