Closed Harsh9524 closed 4 years ago
First of all, forget about warnings for now. You'll usually see lots of them when using with Tensorflow.
About your issue: This model is pre-trained on X-ray images so it can't produce reasonable results for CT scans. However, if you want to continue with this implementation, you can train your model from scratch completely based on CT scans but you should do the followings in the "binary.after.py":
Thank you @ShahinSHH for your kind response.
I trained my dataset from scratch using the binary.py file and tried normalizing my CT Scan image dataset by using the data_augmentation() function in binary.py file and reduced the learning rate to 1e-4 while keeping the dataset untouched and it’s working now.
Best Regards, Harsh
Hey, Thank you for the amazing implementation of Capsule Network. I tried using the code with a different dataset containing COVID-19 CT samples. And in the starting only I get acc = 1.0000.
Can you help me up with this?