meng-tang / rloss

Regularized Losses (rloss) for Weakly-supervised CNN Segmentation
MIT License
207 stars 47 forks source link

Fixing run_id generation #10

Closed jeromerony closed 5 years ago

jeromerony commented 5 years ago

run_id was maxing at 10, rewriting in a previously generated directory. If there was an existing run with the id 10, it would sort it as the second element of the lists of the runs, making the new run_id equal to 9 + 1.