jakeret / tf_unet

Generic U-Net Tensorflow implementation for image segmentation
GNU General Public License v3.0
1.9k stars 748 forks source link

Is 'cpkt' a typo for 'ckpt'? #166

Closed gwy15 closed 6 years ago

gwy15 commented 6 years ago

I believe the 'ckpt' extension name is short for 'check point', but in this code it's spelled as 'cpkt'. Can I raise a PR on this typo?

https://github.com/jakeret/tf_unet/blob/f12f57ad3694e5a214c05bc08e4284bb368452a9/tf_unet/unet.py#L391

jakeret commented 6 years ago

Yes please. Could you adapt the demo at the same time?

Thanks a lot!