gen-efficientnet-pytorch icon indicating copy to clipboard operation
gen-efficientnet-pytorch copied to clipboard

QAT model fusion problem

Open chenxinhua opened this issue 2 years ago • 0 comments

how to fuse conv and bn when using this repo to perform quantization aware training? show in the code snippet,like fuse_model func: import geffnet model = geffnet.efficientnet_lite0(pretrained=True, drop_rate=0.25, drop_connect_rate=0.2) mode.fuse_model()

chenxinhua avatar Jun 22 '22 03:06 chenxinhua