NeuroBench / neurobench

Benchmark harness and baseline results for the NeuroBench algorithm track.
https://neurobench.readthedocs.io
Apache License 2.0
61 stars 12 forks source link

Ignore neurobench/examples/model_data in pypi #73

Closed jasonlyik closed 10 months ago

jasonlyik commented 1 year ago

In deployment to pypi the saved models for the examples shouldn't be included in the package, but they should be on the repo to reproduce results and use. There is probably something in poetry to do this.

EssentiallyNoah commented 1 year ago

It looks like the entire example folder only takes up 2.2M of space. We might consider leaving the model weights for now as it could help people recreate our results down the road. Certainly if it gets too bloated, we can remove them.

jasonlyik commented 1 year ago

The baseline obj detection models are 90MB (ANN) and 10MB (Hybrid ANN-SNN)

EssentiallyNoah commented 10 months ago

neurobench/examples, docs, and tests directories are now being excluded from the poetry build process