Closed AmirMohamadBabaee closed 2 years ago
If you like me can't download files in yandex.disk in colab, you can use the following code:
# cc.uk.300.vec.zip
!gdown 1d19-A0BCohEwKxH2JPLqVKLx1o8tRzOI
# cc.ru.300.vec.zip
!gdown 1WD-oUeAl5DbjpOZX9az82qGzu4RR3nmv
# cc.uk.300.vec.zip
!unzip cc.uk.300.vec.zip
# cc.ru.300.vec.zip
!unzip cc.ru.300.vec.zip
I just transfer files from yandex.disk to google drive by third-party services and used google drive share link.
I tried to download two zip files by
wget
command in google colab but received 401 Unauthorized response. Is there anybody who could download files bywget
command in google colab? Or Is there anybody who uploaded these two files in his/her drive and share the drive file id to download it bygdown
?