datalass1 / fastai

this repo will show code and notes covered during the fastai course
0 stars 0 forks source link

git code from fastai to my personal github #4

Closed datalass1 closed 5 years ago

datalass1 commented 5 years ago

can I store the code written in paperspace machine to my machine and GitHub repo for future reference/portfolio.

datalass1 commented 5 years ago

I’ve just ended up using secure copy ‘scp’ through my Linux shell (terminal): $ scp -r paperspace@184.[publiciphere]:/file(s)/to/send/from/paperspace/(*) /where/to/put/on/local/PC

I added a question on the fastai forum, response suggested Gradient https://forums.fast.ai/t/moving-data-and-files-between-paperspace-and-local-machine/10915/28