nbox.projects
Classes
- init_path -
This can be a path to a
folder
or can be optionally of the structurefp:fn
wherefp
is the path to the file andfn
is the function name. - untracked -
If True, then untracked files below 1MB will also be zipped and uploaded. Defaults to False.
- untracked_no_limit -
If True, then all untracked files will also be zipped and uploaded. Defaults to False.
- resource_cpu -
The CPU resource to allocate to the run. It can be found on your NimbleBox dashboard.
- resource_memory -
The memory resource to allocate to the run. It can be found on your NimbleBox dashboard.
- resource_disk_size -
The disk size resource to allocate to the run. It can be found on your NimbleBox dashboard.
- resource_gpu -
The GPU resource to use. It can be found on your NimbleBox dashboard.
- resource_gpu_count -
Number of GPUs allocated to the experiment. It can be found on your NimbleBox dashboard.
- resource_max_retries -
The maximum number of retries for a run. It can be found on your NimbleBox dashboard.
- **run_kwargs -
These are the kwargs that will be passed to your function.
Upload and register a new run for a NBX-LMAO project.