Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ℹ️ This documentation is for the VESSL MLOps product. For the new VESSL Cloud docs, see docs.cloud.vessl.ai.
vessl.hp
vessl.hp.update
import vessl d = {"lr": 0.1, "optimizer": "sgd"} vessl.hp.update(d)
import argparse import vessl parser = argparse.ArgumentParser() parser.add_argument('-n', '--num_layers', type=int, default=3) args = parser.parse_args(args=[]) vessl.hp.update(args)
Was this page helpful?
Contact support