Covid-colab

Hey All. I am a radiologist who is new to coding so bare with me. I have been trying to train a model to identify COVID on CT images on COLAB using fastai library, but struggling to import the data in the proper folders to split into testing, training, and validation sets. Any guidance appreciated…

If you can, I’d recommend using the v2 of the framework, it’s a lot easier to work with and customizable :slight_smile: I have numerous examples here: https://github.com/muellerzr/Practical-Deep-Learning-for-Coders-2.0

However, if you’d like to be on v1, how is your data set up and how are you currently trying to grab your data? :slight_smile: