When I run the 03.qvgg7_cifar10.ipynb file in the tutorial, a RuntimeError prompts: Given groups=1, weight of size [31, 128, 3, 3], expected input[1, 3, 16, 16] to have 128 channels, but got 3 channels instead. This might be due to the incorrect handling of the dependencies of the quantized model, resulting in a mismatch in the model structure after pruning. How should this be resolved and fixed?
When I run the 03.qvgg7_cifar10.ipynb file in the tutorial, a RuntimeError prompts: Given groups=1, weight of size [31, 128, 3, 3], expected input[1, 3, 16, 16] to have 128 channels, but got 3 channels instead. This might be due to the incorrect handling of the dependencies of the quantized model, resulting in a mismatch in the model structure after pruning. How should this be resolved and fixed?