Abbas009

Results 8 comments of Abbas009

the same thing happened to me. I read somewhere it was written in TensorFlow 1.xx version. But I was using TensorFlow 2.Even though I changed to TensorFlow 1.15 it still...

If anyone solves the issue please let us know.

I am using pyg>=2.0.5 torch =1.10.0 Python = 3.7.11 OS: Linux And I am still getting this error. Pair data is what data contains and i have created sub_g as...

Yes, In the newer version it already as it is mentioned by you. What other reason could be for this error, is this related to the version or related to...

Hello! Did you found the solution,I also trapped in a similar problem. The dice loss is always zero when testing it on own dataset.

you can decrease the input size in setting.py file.Like I changed to 96*96*96 from 448*448*50 parser.add_argument( '--input_D', default=96, type=int, help='Input size of depth') parser.add_argument( '--input_H', default=96, type=int, help='Input size of...

Hello Dear Oscar, Thank you for your great work. I want to ask if I want to classify only ProsatateX-2 patients (112) lesions and have to perform Gleason grading into...

I also trained on different datasets. But train/Val loss remained unchanged. Do we need any preprocessing steps before making graphs?