Closed SevenXander closed 4 months ago
Expected 3D (unbatched) or 4D (batched) input to conv2d, but got input of size [3, 4, 256, 256, 2] 。how to solve?
This error might occur because you are trying to enhance stereo files with two audio channels. However, the method only works with mono audio (1 channel).
Expected 3D (unbatched) or 4D (batched) input to conv2d, but got input of size [3, 4, 256, 256, 2] 。how to solve?