@@ -1035,7 +1035,7 @@ def parse_model(d, ch, verbose=True): # model_dict, input_channels(3)
legacy = False
if scale in "lx": # for L/X sizes
args.append(True)
- args.append(1.2)
+ args.append(1.5)
elif m is AIFI:
args = [ch[f], *args]
elif m in {HGStem, HGBlock}: