pathml
pathml copied to clipboard
Hosting Model Weights
We want to be able to share pre-trained models. The trained model weights can be saved to disk, e.g. in .pth
files for pytorch. However, these files can be quite big - too big to put in the GitHub repo itself..
We need to find a solution for hosting these large files of model parameters. E.g. we could have a GCP bucket, or S3 bucket. Need to evaluate the costs of different options.