Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 6 (class_activation_maps) #76

Open
AzitaKalantar opened this issue Oct 30, 2023 · 1 comment
Open

Chapter 6 (class_activation_maps) #76

AzitaKalantar opened this issue Oct 30, 2023 · 1 comment

Comments

@AzitaKalantar
Copy link

The link for downloading data in Chapter06/Class_activation_maps.ipynb doesn't work

@PereverzevAlex
Copy link

ftp link still down, this is how it works for me

!pip install -q kaggle
from google.colab import files
files.upload()
!mkdir -p ~/.kaggle
!cp kaggle.json ~/.kaggle/
!ls ~/.kaggle
!chmod 600 /root/.kaggle/kaggle.json
!kaggle datasets download -d iarunava/cell-images-for-detecting-malaria
!unzip cell-images-for-detecting-malaria.zip
!mv cell_images_for_detecting_malaria cell_images

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants