basilshaji
commited on
Update yolov5/utils/autobatch.py
Browse files
yolov5/utils/autobatch.py
CHANGED
@@ -6,8 +6,8 @@ from copy import deepcopy
|
|
6 |
import numpy as np
|
7 |
import torch
|
8 |
|
9 |
-
from utils.general import LOGGER, colorstr
|
10 |
-
from utils.torch_utils import profile
|
11 |
|
12 |
|
13 |
def check_train_batch_size(model, imgsz=640, amp=True):
|
|
|
6 |
import numpy as np
|
7 |
import torch
|
8 |
|
9 |
+
from yolov5.utils.general import LOGGER, colorstr
|
10 |
+
from yolov5.utils.torch_utils import profile
|
11 |
|
12 |
|
13 |
def check_train_batch_size(model, imgsz=640, amp=True):
|