Model Training
Closed this issue · 2 comments
jay-1104 commented
Hello,
I am trying to train the model and downloaded all the dataset from the link you provided. These are all the zip files and I am unable to extract it. Do we need to extract it to train the model or is there any other way?
RLado commented
The dataset needs to be extracted prior to training, to do so you will need to merge/join the multipart .zip file and then extract it. Take a look at this link as it might help you: https://unix.stackexchange.com/questions/40480/how-to-unzip-a-multipart-spanned-zip-on-linux
jay-1104 commented
Thank you for the update. Let me try it.