I have a large dataset in figshare website, and I want to use it for training a deep learning model in google colab. Because of amount of data I can not download it and upload it again in google drive. Is there any way to load data from figshare into google colab directly or not?
Import a dataset from figshare to google colab?
973 views Asked by Mohadese At
1
You can use wget to download it directly.
For example, from this page
https://figshare.com/articles/dataset/gene_expression_matrix/13011164
You can get the download link and call wget
The data is then downloaded.