Skip to content

Error when ./test.sh #3

@Barnonewdm

Description

@Barnonewdm
loading the model.pth file :
Traceback (most recent call last):
  File "process.py", line 228, in <module>
    Noduledetection(parsed_args.input_dir, parsed_args.output_dir, retest=parsed_args.retest).process()
  File "process.py", line 57, in __init__
    map_location=self.device,
  File "/opt/conda/lib/python3.7/site-packages/torch/serialization.py", line 608, in load
    return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args)
  File "/opt/conda/lib/python3.7/site-packages/torch/serialization.py", line 777, in _legacy_load
    magic_number = pickle_module.load(f, **pickle_load_args)
_pickle.UnpicklingError: invalid load key, 'v'.
./test.sh: line 15: python3: command not found
cat: /output/nodules.json: No such file or directory
Traceback (most recent call last):
  File "<string>", line 1, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '/output/nodules.json'
Expected output was not found...
noduledetection-output

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