nimblebox logo
Docs
v3.3.1b

nbox.projects

Classes

iconclassProjectState
[source]
iconclassProject
[source]
iconfunction__init__
[source]
iconfunction__repr__
[source]
iconfunctionput_settings
[source]
iconfunctionget
[source]
iconfunctionget_lmao_stub
[source]
iconfunctionget_exp_tracker
[source]
iconfunctionget_live_tracker
[source]
iconfunctionget_relic
[source]
iconfunctionget_job_id
[source]
iconfunctionget_deployment_id
[source]
iconfunctionrun
[source]
(init_path:str,untracked:bool,untracked_no_limit:bool,resource_cpu:str,resource_memory:str,resource_disk_size:str,resource_gpu:str,resource_gpu_count:str,resource_max_retries:int,**run_kwargs:None)
Parameters
  • init_path -

    This can be a path to a folder or can be optionally of the structure fp:fn where fp is the path to the file and fn 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.

nbox SDKnbox provides built in access to all the APIs and packages them in the most user friendly manner.Star 0