ML4GW / aframev2

Detecting binary black hole mergers in LIGO with neural networks
MIT License
5 stars 16 forks source link

streamline remote training #144

Closed EthanMarx closed 5 months ago

EthanMarx commented 5 months ago

Remote training is now automatically launched if AFRAME_TRAIN_RUN_DIR points to an s3 location. A ValueError will be raised if you don't also point AFRAME_TRAIN_DATA_DIR to an s3 location. Note, however, that it is possible to train locally but point to a remote s3 training data location.

Documentation is also updated to reflect this