OATML / bdl-benchmarks

Bayesian Deep Learning Benchmarks
Apache License 2.0
663 stars 94 forks source link

Error while Importing Data on colab #9

Open aahsan041 opened 4 years ago

aahsan041 commented 4 years ago

Hello Sir,

I want to run your baseline code for the diabetic-retinopathy-diagnosis benchmark. The google colab does not support the word "URL" and When I changed the word "URL" to "Homepage" for accessing data, It's giving me the following error while running the diabetic_retinopathy_diagnosis .ipynb file.

TypeError: ['https://www.kaggle.com/c/diabetic-retinopathy-detection/data'] has type list, but expected one of: bytes, unicode. Here is the attached image of the error. error

can you please help me in resolving this particular error?