Skip to content

CalledProcessError  #992

@y070504

Description

@y070504

CalledProcessError Traceback (most recent call last)
File ~/miniconda3/lib/python3.9/site-packages/monai/apps/auto3dseg/bundle_gen.py:183, in BundleAlgo._run_cmd(self, cmd, devices_info)
182 ps_environ["CUDA_VISIBLE_DEVICES"] = devices_info
--> 183 normal_out = subprocess.run(cmd.split(), env=ps_environ, check=True, capture_output=True)
184 logger.info(repr(normal_out).replace("\n", "\n").replace("\t", "\t"))

File ~/miniconda3/lib/python3.9/subprocess.py:528, in run(input, capture_output, timeout, check, *popenargs, **kwargs)
527 if check and retcode:
--> 528 raise CalledProcessError(retcode, process.args,
529 output=stdout, stderr=stderr)
530 return CompletedProcess(process.args, retcode, stdout, stderr)

CalledProcessError: Command '['python', '/deeplearning/auto3dseg/notebooks/work_dir/segresnet_1/scripts/train.py', 'run', "--config_file='/deeplearning/auto3dseg/notebooks/work_dir/segresnet_1/configs/network.yaml','/deeplearning/auto3dseg/notebooks/work_dir/segresnet_1/configs/hyper_parameters.yaml','/deeplearning/auto3dseg/notebooks/work_dir/segresnet_1/configs/transforms_train.yaml','/deeplearning/auto3dseg/notebooks/work_dir/segresnet_1/configs/transforms_infer.yaml','/deeplearning/auto3dseg/notebooks/work_dir/segresnet_1/configs/transforms_validate.yaml'"]' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

RuntimeError Traceback (most recent call last)
/deeplearning/auto3dseg/notebooks/auto_runner.ipynb Cell 10 in <cell line: 2>()
1 runner = AutoRunner(input=input)
----> 2 runner.run()

File ~/miniconda3/lib/python3.9/site-packages/monai/apps/auto3dseg/auto_runner.py:586, in AutoRunner.run(self)
584 history = import_bundle_algo_history(self.work_dir, only_trained=False)
585 if not self.hpo:
...
[info] amp enabled

epoch 1/1250
learning rate is set to 2e-05

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions