Skip to content

Setting compress_layer: True, train DAN module Failed. #14

@maxh2010

Description

@maxh2010

My image size is [3, 128, 256]
Setting compress_layer as True
When run python train.py -c config/DAN.yml
Error message is :
assert (scales[i-1][1] / scales[i][1]) % 1 == 0, 'layer scale error from {} to {}'.format(i-1, scales[i-1][1] , i, scales[i][1])
AssertError: layer scale error from 1 32 to 2 30

But change compress_layer to False
python train.py -c config/DAN.yml process is running well

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