-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
We need to fix the big file dependencies in this project:
- The pre-trained ADR model (binary) is a 88MB file living in the model folder. This make a very heavy upload/download from PYPI.
- The
torchdependency inrequirements.txtby default pulls down the GPU version of torch. This makes integration with Heroku and RTD difficult/impossible because of hard-size-limits. It would be better to integrate and use a CPU-only version. Is this compatible with Travis CI andrequirements.txt??
To facilitate all this:
- all the ADR pre-trained models live in this Bintray artifactory
- Is some clever way (or post install script) that we can download them locally as needed
- The upside is that the iranlowo download is fast/small and then if you can separately pull down the models to do inference/prediction.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed