Skip to content

Improve BIG file dependencies  #11

@ruohoruotsi

Description

@ruohoruotsi

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 torch dependency in requirements.txt by 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 and requirements.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.

Metadata

Metadata

Labels

bugSomething isn't workingenhancementNew feature or requesthelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions