Convert to Production Script
When to Convert
The Two-Step Journey
Step 1: Test with Run Remote
import valohai
valohai.prepare(
step="my-experiment",
image="python:3.9",
default_inputs={
"dataset": "s3://mybucket/data/train.csv",
},
default_parameters={
"learning_rate": 0.001,
"epochs": 10,
},
)Step 2: Migrate to valohai.yaml
What Changes in Production
Migration Checklist
Next Steps
Last updated
Was this helpful?
