We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7a0e9 commit d059d1dCopy full SHA for d059d1d
models/yolo.py
@@ -333,3 +333,6 @@ def parse_model(d, ch): # model_dict, input_channels(3)
333
_ = Model(cfg)
334
except Exception as e:
335
print(f'Error in {cfg}: {e}')
336
+
337
+ else: # report fused model summary
338
+ model.fuse()
0 commit comments