Join our meetup, learn, connect, share, and get to know your Toronto AI community.
Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.
Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.
I have my dataset sitting in my google drive as a .zip file. To unzip it I use this command:
!unzip -n /content/drive/AudioMNIST/dataset.zip -d /content/drive/AudioMNIST/
But it is incredibly slow, it takes a couple of seconds to extract one file (total number of files is 30000). I don’t have a deadline, but this speed is frustrating. Things I have tried so far:
Preferably I would like to upload my dataset file by file from my terminal with a python script or so. Has anyone been in this position?
submitted by /u/khawarizmy
[link] [comments]