kaggle_diabetic
kaggle_diabetic copied to clipboard
2nd place solution for the Kaggle Diabetic Retinopathy Detection Challenge
ubuntu@ip-172-31-33-63:~/kellogs/kaggle_diabetic$ python train_nn.py --cnf configs/c_128_5x5_32.py failed to load CUDNN backend failed to load CUDAConvNet backend using CPU backend {'aug_params': {'allow_stretch': True, 'do_flip': True, 'rotation_range': (0, 360), 'shear_range': (0, 0), 'translation_range':...
When I run this code I get following error which I believe is happening because of version conflict of lasagne or nolearn between build and present version. Could you tell...
Hello, Would you be willing to consider sharing a dump of your model so that I could test it without having to get GPU access for 7-10 days? Thank you!...
hi mathis I have a question I have a system with specifications: cpu corei7 ram 8 gig vga:geforce 550m 2 gig(not support cudNNa) windows 10 can I run your code...
hi, I am so appreciated with your great job. And i have read your code carefully. When i read the convert.py, it confused me in " blurred = img.filter(ImageFilter.BLUR) ba...
I'm a little confused about the feature right_eye_indicator for blending network, could you tell me what's the use of this indicator variable and how it is generated?
At first i put 1000 photos in data/train ,then i run "python train_nn.py --cnf configs/c_128_5x5_32.py",there is nothing wrong, but when i put 35000 photos in data/train, i got error, I...
Hello Mathis: I ran through your solution using Intel® Core™ i5 CPU 760 @ 2.80GHz × 4 and GeForce GTX 970/PCIe/SSE2 under Ubuntu 14.04 LTS in about 18days, got kappa...
While running `python train_nn.py --cnf configs/c_128_5x5_32.py`, I got the `ValueError`. The full error log is attached below. Even after installing lasagne and nolearn at the given commit ids, I'm still...