Tumor Dataset for training CNN with PyTorch
This Dataset is for second excersice of Deep-Learning Class at sharif university of technology.
Please Use The code bellow to load the data into colab or download the whole dataset into your computer to train locally.
!wget https://github.com/mralisoltani/CNN_Tumor/raw/main/Tumor.zip
To unzip the data in Colab, you can use the code bellow:
!unzip /content/Tumor.zip
Instructurer: Dr. Hamid Beigy
Responsible Teaching Assiatant: Ali Soltani (mr.alisoltani@gmail.com)