Save Your Work
Automatic Versioning
Save Files During Your Session
import valohai
# Save a model file
output_path = valohai.outputs().path("model.h5")
model.save(output_path)
# Or use the direct path
output_path = "/valohai/outputs/model.h5"
model.save(output_path)Log Metrics and Metadata
Run and Version as a Standard Execution
Setup with valohai.prepare
Run Remote
Next Steps
Last updated
Was this helpful?
