ML4GW / aframev2

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

missing generated directory #159

Closed VasSkliris closed 1 week ago

VasSkliris commented 3 months ago

In https://github.com/VasSkliris/aframev2/blob/main/projects/data/README.md there is an aframe/data/train/background directory that is not created when the commands are run

wbenoit26 commented 3 months ago

Did you create a .env file with these environment variables and run source .env?

VasSkliris commented 3 months ago

No this is before I go to the sandbox when I build the data project and then run all instructions in readme. I created the directory and it runs fine, I just think it misses from the commands that create directories possibly?

wbenoit26 commented 3 months ago

Did you do this mkdir here? Which command does this break on?

VasSkliris commented 3 months ago

Yes but there the command after this saves something in /aframe/data/train/background and that command does not create the background directory

wbenoit26 commented 3 months ago

Oh, yup, I agree. We'll fix that.