Syncing Files From Training Server
For larger training runs, we typically would use a dedicated remote training server to run.
This short document notes down a way to easily synchronize training checkpoints from the server down to local workspace.
To do this, we will use this VSCode extension:
After download, create a sftp.json configuration under the .vscode/ directory and add these configurations:
Now, you can run "> SFTP: Sync Remote -> Local" command to fetch all the training logs and checkpoints.
Last updated