jjerphan / CS5242Project

Predicting Protein – Ligand Interaction by using Deep Learning Models
GNU General Public License v3.0
3 stars 2 forks source link

Gather every info of a job in one place #13

Closed jjerphan closed 6 years ago

jjerphan commented 6 years ago

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.

jjerphan commented 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.

jjerphan commented 6 years ago

In progress on the branch improvements.

jjerphan commented 6 years ago

Currently working on this on the branch improvements.

jjerphan commented 6 years ago

Has been done in improvements.