You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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()
The text was updated successfully, but these errors were encountered: