Syncing Data from Local Computer to Training Node (Digital Version)
Utilizing the cloud for training instead of the local computer.
cd ~/mycar/data
zip -r data.zip ~/mycar/datarsync -r ~/mycar/data/data.zip cc@<Chameleon_Node_Floating_IP_Address>:~/mycar/datassh-add <file path/name of private key>unzip data.zip -d ~/mycar/dataLast updated