jakeret / tf_unet

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

TypeError: Fetch argument None has invalid type <class 'NoneType'> #298

Closed rubbyaworka closed 3 years ago

rubbyaworka commented 3 years ago

Hi, I am working on the toy_problem and I have been able to solve errors I encountered. However, I am getting 'TypeError' which I am not able to solve when running this particular code 'path = trainer.train(generator, "./unet_trained", training_iters=32, epochs=10, display_step=2)'.

I have attached a pdf file containing the codes with the error.

toy_problem1.pdf