Nick
Nick
That would be helpful! +1
mode use the function with the argument : `model = torch.compile(model, mode="reduce overhead")` _**Or:**_ `model = torch.compile(model, mode="max-autotune")` _**OR:**_ `model = torch.compile(model, mode="reduce-overhead", fullgraph=True, backend='Eager')` - fastest
> @NeuralAIM did you manage to actually run it with YOLOv5 model? Yes 💯
| Model | Test Size | APval | AP50val | AP75val | Param. | FLOPs | | :-- | :-: | :-: | :-: | :-: | :-: | :-:...
**When will this be applied in the main branch?**
> > **When will this be applied in the main branch?** > > We have to rework this feature in a new pr since this pr is incompatible with the...