jakeret / tf_unet

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

Why my .meta file is growing bigger while training? #290

Closed TranQTrung closed 4 years ago

TranQTrung commented 4 years ago

My problem was solved, because "saver = tf.train.Saver()" was used many times.