Closed jjerphan closed 6 years ago
Maybe a structure like:
$ ls runs/
# some timestamps
$ ls runs/one_timestamp/
model_name.h5 history.pickle our_log.log stdout_from_pbs.o stderr_from_pbs.e
might do.
In progress on the branch improvements
.
Currently working on this on the branch improvements
.
Has been done in improvements
.
For now, after a job, a log in
logs
is created but PBS on the clusters spans 1 others files containing the outputs as well as the error.Also, the submission file can be used several time for different jobs. Models and histories get saved too.
We should find a way to keep track of jobs and to have their outputs (model, logs…) in the same place.