Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Sequential' object has no attribute 'append' #2

Open
Golbstein opened this issue Aug 15, 2023 · 0 comments
Open

'Sequential' object has no attribute 'append' #2

Golbstein opened this issue Aug 15, 2023 · 0 comments

Comments

@Golbstein
Copy link

When building the model using basicsr
I get the following error:

File "/usr/local/lib/python3.9/dist-packages/torch/nn/modules/module.py", line 1177, in getattr
raise AttributeError("'{}' object has no attribute '{}'".format(
AttributeError: 'Sequential' object has no attribute 'append'

I tried to infer the model -

CUDA_VISIBLE_DEVICES=0 python test.py -opt ./options/test/OSRT_light_x2_fisheye_aug.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant