python tools/run.py --config e2edet/config/COCO-Detection/boxer2d_R_50_3x.yaml --model boxer2d --task detection
include path: /nvmelv/cwh8szh/BoxeR/e2edet/config/base_boxer2d_detection.yaml
Traceback (most recent call last):
File "tools/run.py", line 82, in
run()
File "tools/run.py", line 47, in run
configuration = Configuration(args)
File "/nvmelv/cwh8szh/BoxeR/e2edet/utils/configuration.py", line 72, in init
self._update_specific(self.config, args)
File "/nvmelv/cwh8szh/BoxeR/e2edet/utils/configuration.py", line 244, in _update_specific
config.task = args.task
AttributeError: 'NoneType' object has no attribute 'task'
python tools/run.py --config e2edet/config/COCO-Detection/boxer2d_R_50_3x.yaml --model boxer2d --task detection include path: /nvmelv/cwh8szh/BoxeR/e2edet/config/base_boxer2d_detection.yaml Traceback (most recent call last): File "tools/run.py", line 82, in
run()
File "tools/run.py", line 47, in run
configuration = Configuration(args)
File "/nvmelv/cwh8szh/BoxeR/e2edet/utils/configuration.py", line 72, in init
self._update_specific(self.config, args)
File "/nvmelv/cwh8szh/BoxeR/e2edet/utils/configuration.py", line 244, in _update_specific
config.task = args.task
AttributeError: 'NoneType' object has no attribute 'task'