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
i have tried to port one of unet model where it has group convolution.But while running getting below error.
Warning: WARNING: Layer of type Convolution2d is not supported on requested backend CpuAcc for input data type Float32 and output data type Float32 (reason: in validate src/cpu/operators/CpuGemmConv2d.cpp:717: weights->dimension(idx_channel) != src->dimension(idx_channel)), falling back to the next backend.
Warning: ERROR: Layer of type Convolution2d is not supported on any preferred backend [CpuAcc ]
Fatal: Failed to assign a backend to each layer