Fusion Support
Currently, this tool mainly implements Conv+BN fusion. Before quantization, Conv+BN fusion is performed on the "torch.nn.Conv2d+torch.nn.BatchNorm2d" structure in the model, and the torch.nn.BatchNorm2d layer after fusion is deleted.
Parent topic: See Also