24 lines
362 B
Markdown
24 lines
362 B
Markdown
# gpu_runner
|
|
|
|
Service that is meant to be run in a VM with a single GPU.
|
|
|
|
## Scope
|
|
|
|
Runner for one repository only. Does not try to run bash scripts.
|
|
|
|
## First Goal
|
|
|
|
Get a training sessions running in the VM.
|
|
|
|
### Workflow
|
|
|
|
- clone repo.
|
|
|
|
- install dependencies.
|
|
|
|
- run training script.
|
|
|
|
- (add training evaluation)
|
|
|
|
Needs: external storage for data and models.
|