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

checkpoint file names #1

Closed antal-huck closed 6 years ago

antal-huck commented 6 years ago

experiments/*/*/cache/temp-0.ckpt.number -> temp-number.ckpt

final.ckpt-number -> final-number.ckpt or just final.ckpt but I think final-number.ckpt is still helpfull

zubata88 commented 6 years ago

The postfix of the global step number is done in the tensorflow library, I hence don't want to override this functionality. I removed the ".ckpt" though, making the files in general look more normed, as they will be named "...final-number.index" or "...final-number.data" and the checkpointfile to be provided should now be "...final-number".