zubata88 / mdgru

Code for Multi-dimensional Gated Recurrent Units for the Segmentation of Biomedical Data
GNU Lesser General Public License v2.1
20 stars 12 forks source link

Shifted checkpoint file in validation_scores.csv #22

Open antal-huck opened 6 years ago

antal-huck commented 6 years ago

The checkpoint file paths are wrong in validation_scores.csv. In validation_scores.csv the checkpoint entries are empty after the first validation, and the second validation entries have checkpoint files of the first validation. And so on... Probably self.checkpointfiles[0] is updated after appending the validation scores.