AlignFormer
AlignFormer copied to clipboard
TypeError: 'tuple' object does not support item assignment
execute command CUDA_VISIBLE_DEVICES=6 python -u basicsr/train.py -opt "options/train/AlignFormer/DAM_train.yml"
occur following error:
Disable distributed.
Traceback (most recent call last):
File "basicsr/train.py", line 212, in
Hi, this message suggests opt is a tuple instance here. This could stem from the incompatible version of basicsr. Did you run python setup.py develop as suggested in the installation?