I was working on a kaggle competition and after sometime the code server stops and all the files created were gone.
Is there any way to save the files in the present working directory ?
crate a separate repo for that comp, and before leaving the colabcode push all the files in that repo. and when you start working on that comp, again clone that repo and work.
I was working on a kaggle competition and after sometime the code server stops and all the files created were gone. Is there any way to save the files in the present working directory ?