dsgt-birdclef / birdclef-2022

Code for the BirdCLEF 2022 competition by the DS@GT team
2 stars 3 forks source link

Update ci configuration - caching, main branch ci, and diff on pre-commit failures #39

Closed acmiyaguchi closed 2 years ago

acmiyaguchi commented 2 years ago

So it turns out that installing packages from the cache isn't all that much faster from installing from scratch. I think this is because we're not saving the site-packages, but instead just storing the wheels. If we were using pipenv or poetry, this might be different.