LeeJunHyun / Image_Segmentation

Pytorch implementation of U-Net, R2U-Net, Attention U-Net, and Attention R2U-Net.
2.66k stars 594 forks source link

No results after long training on window10 #56

Closed wjj001-dl closed 1 year ago

wjj001-dl commented 4 years ago

Hellow,i have run this program on window10,but there is no results after long training,could you help me,thanks. image

JiangFengUSC commented 4 years ago

You can reduce the number of picture in dataset to test the program. For example, you can just leave 10 pictures in every folder of dataset.

wjj001-dl commented 4 years ago

You can reduce the number of picture in dataset to test the program. For example, you can just leave 10 pictures in every folder of dataset.

thank you very much