We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The link for downloading data in Chapter06/Class_activation_maps.ipynb doesn't work
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
The link for downloading data in Chapter06/Class_activation_maps.ipynb doesn't work
The text was updated successfully, but these errors were encountered: