twosixlabs / armory-example

Example external repository for interacting with armory.
MIT License
11 stars 11 forks source link

Add example for pretrained ensemble model #51

Closed seanpmorgan closed 4 years ago

seanpmorgan commented 4 years ago

Closes #50

Key things to note are the use of a single tarball file which contains all of the weight files. The weight files are accessed by each model using the model_kwargs and the SAVED_MODEL_DIR.

I've upload the tar file to S3 so this example can be run by anyone.