(no title)
rhythmvertigo | 5 years ago
GitHub & GitLab have both made it quite easy to use your own resources as runners. I recently met someone who was doing Actions with a Jetson Nano on their dresser :)
rhythmvertigo | 5 years ago
GitHub & GitLab have both made it quite easy to use your own resources as runners. I recently met someone who was doing Actions with a Jetson Nano on their dresser :)
gravypod|5 years ago
After the run, output files, upload as a data set in DVC or something?
Documenting this full workflow would save a lot of confused devopsy people (like myself) survive in the world of ML. Thanks for this hard work you've all put into this!
calebkaiser|5 years ago
With DVC/Cortex, you can set things up so that all you have to do is run `dvc push` to update your model and `cortex deploy` to deploy it.
dmpetrov|5 years ago
Yes, DVC can help with that. Where the data lives? S3/GCS or just a server with SSH?
Disclaimer: I'm a creator of DVC.