christianpayer / MedicalDataAugmentationTool-VerSe

GNU General Public License v3.0
175 stars 81 forks source link

Errors of runing main_spine_localization.py #1

Closed zhuo-cheng closed 4 years ago

zhuo-cheng commented 4 years ago

Hi, thanks for your open-source toolkit and project. It's very helpful and attractive. I'm trying to train models of this project. But when I ran the first training file, I met some errors.

This is the information of errors. The version of Tensorflow is 1.14 and OS is Ubuntu.

Could you tell me how can I solve this problem? Thank you very much!

1 2

3

christianpayer commented 4 years ago

Hi, thanks for using our code.

I can't reproduce your error and I have never seen a similar error. The training scripts work fine for all of my computers. Also, I think your log is not complete. By looking at the output, there may be a problem with uninitialized variables. You could check, if they are initialized (this happens in the function initialize_variables in MainLoop). Also, check if every path is set correctly and the images are where they should be.

I cannot tell you anything else. You unfortunately need to debug it on your computer. I still hope that my answer could help you.

zhuo-cheng commented 4 years ago

@christianpayer Hi, thanks for your reply and your information. I would like to try to solve it and update if any progress. Thank you very much.