Skip to content

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

@Golbstein

Description

@Golbstein

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions