You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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