-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
evaluate problem #54
Comments
May I ask whether your training model is successful? My training model has this error: caused by op 'shuffle_batch', defined at: OutOfRangeError (see above for traceback): RandomShuffleQueue '_2_shuffle_batch/random_shuffle_queue' is closed and has insufficient elements (requested 1, current size 0) How to solve this problem? |
@Pluto1314 Hi,the code for evaluation on "abdominal" dataset is generally the same as that for "cardiac" dataset, but you need to pay attention to some operation on data, such as the flip operation in line 162-165. I would suggest you to plot the data before inputting into the model to check whether everything is right. |
@chke097 This problem is caused by the unsuccessful data reading from tfrecords. You may find some suggestions by browsing other closed issues, but usually careful debug is needed to solve the error as there are quite some different reasons for this error. |
Has to convert .nii.gz data to .npz format first. The conversion code can be found at Sunxy11/ADR/convertToNpz.py. |
Do you also use the code 'evaluate.py' to evaluate the results of the 'abdominal' dataset?
On the same code, I am able to get correct 'cardiac' results using the trained model you provided, but the 'abdominal' results are not normal and even give an error.
The text was updated successfully, but these errors were encountered: