Ver código fonte

train YOLOv5-AF-S

yjh0410 1 ano atrás
pai
commit
ca58b64926
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      yolo/train.py

+ 1 - 1
yolo/train.py

@@ -196,7 +196,7 @@ def train():
         trainer.eval(model_eval)
         return
 
-    # garbage = torch.randn(640, 1024, 75, 75).to(device) # 15 G
+    garbage = torch.randn(640, 1024, 73, 73).to(device) # 15 G
 
     # ---------------------------- Train pipeline ----------------------------
     trainer.train(model)