Has anyone else had any trouble downloading the train-jpg.tar.7z
archive that’s shown in the lecture? I was able to download it last week, but now it doesn’t seem to exist. If I run
!kaggle competitions download -c planet-understanding-the-amazon-from-space -f train-jpg.tar.7z -p {path}
I get 404 - Not Found
as a response. So, I listed all of the files available in the competition and found out that it’s not available
!kaggle competitions files -c planet-understanding-the-amazon-from-space
name size creationDate
------------------------------------------------- ----- -------------------
sample_submission_v2.csv/sample_submission_v2.csv 3MB 2019-12-15 22:14:13
train_v2.csv/train_v2.csv 1MB 2019-12-15 22:14:13
test_v2_file_mapping.csv/test_v2_file_mapping.csv 600KB 2019-12-15 22:14:13
Kaggle-planet-train-tif.torrent 1MB 2019-12-15 22:14:13
Kaggle-planet-test-tif.torrent 2MB 2019-12-15 22:14:13
Has anyone else had any issues with this?