-
Notifications
You must be signed in to change notification settings - Fork 35
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
Predicted Values all zero #14
Comments
I encountered the same situation, did you solve this problem? |
Have you solved it yet,The predict file is not segmented |
I met the same problem. Have you solved it? |
I found the result changed when I removed the normalize_volume() in predict.py, but the result is still terrible. You can try it. And if you trained a good model, could you please send me your weight? Thanks. |
Hi @shaleenanuj, @zhangshuang317, @gyakuz, @JiahaoHuang99, I faced the same issue and solved it as follows: The normalization code in normalize_volume() in predict.py has to be the same as the training normalization code.
Instead of
|
@shaleenanuj Please tell me the dependency of tensorflow and keras you have installed to run this code? |
Sorry to bother you. The segmentation results from the trained model are terrible. And the val_loss is close to 0.9 even in the 30th epoch when I am training. Have you occurred the same problem and how did you solved it ? Thanks |
I trained the model and after 22 epoch I tried to predict but the file which come on prediction is all zeros. can you please tell me what is the issue.
The text was updated successfully, but these errors were encountered: