Skip to content
Snippets Groups Projects
Commit da66afc8 authored by Nikos Athanasiou's avatar Nikos Athanasiou
Browse files

cluster diff

parent 0bcf3582
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ def get_gpus(min_mem=32000, arch=('tesla', 'quadro', 'rtx', 'nvidia')):
def launch_task_on_cluster(configs: List[Dict[str, str]],
num_exp: int = 1, mode: str = 'train',
bid_amount: int = 10, num_workers: int = 8,
memory: int = 64000, gpu_min_mem:int = 20000,
memory: int = 64000, gpu_min_mem:int = 32000,
gpu_arch: Optional[List[Tuple[str, ...]]] =
('tesla', 'quadro', 'rtx', 'nvidia')) -> None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment