I want to have a helper command that pulls all experiments currently stored in GCS to a hard drive and resets the storage buffer. This helps reduce the cost/mitigates any cost from data storage up to 100GB. Something like sync-gcs-storage that goes through the following steps:
Load new local database of all experiments.
Pulls all experiments from GCS and unzips them.
Deletes all experiments from GCS.
Copy over the local database and give it a timestep.
I want to have a helper command that pulls all experiments currently stored in GCS to a hard drive and resets the storage buffer. This helps reduce the cost/mitigates any cost from data storage up to 100GB. Something like
sync-gcs-storage
that goes through the following steps: