Open zbzb-dlut opened 1 month ago
hi @zbzb-dlut thanks for the question. Our response is late due to recent business travel.
Currently, for grouped conv, we only support the case where groups = out_channels
, e.g., the depthwisw conv. However, adding support for different scenarios should be doable, which can be achieved by further development on https://github.com/microsoft/only_train_once/blob/c5ec214833b5f5b9433f3f59ae21564b75c35886/only_train_once/operation/operator.py#L153
As for the reparameterization, it depends on what type of reparameterization, in general, the answer is yes.
Hello author! May I ask if this model can handle deep grouped convolution models? Additionally, for reparameterized models, is this method applicable during the training stage?