krisrs1128 / clouds_dist

Simulation of low-clouds, from weather measures.
4 stars 1 forks source link

Standardize output dir #28

Closed vict0rsch closed 5 years ago

vict0rsch commented 5 years ago

We need to create an output directory, unique per run, with conf, comet, checkpoints, saved images (if need be some day) and so on.

Like:

$SCRATCH/clouds
    data/
        imgs/
        metos/
    logs/
    outputs/
        run-i/
            comet.zip
            network.pt
            final_images/
            conf.json

Thoughts?