HW6: How to upload data?

I’m wondering how to transfer this amount of data into AWS instance? Is there a faster way for us to do this instead of uploading them through Jupyter Notebook image by image? Thanks.

You can unzip the .7z file on your own computer (It won’t take long), and rezip them using tar, then scp to your instance and unzip again. Because unzipping with 7z on AWS takes me an unusually long time (even longer than training the model).

1 Like

This worked for me and other folks in my group. Thanks!