You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my mean ploblem is this error if i execute python convert.py . help me please
Traceback (most recent call last):
File "convert.py", line 172, in
yolo4_model = Yolo4(score, iou, anchors_path, classes_path, model_path, weights_path)
File "convert.py", line 158, in init
self.load_yolo()
File "convert.py", line 128, in load_yolo
conv_weights = np.ndarray(
TypeError: buffer is too small for requested array
When i edit
gpus=4
in convert.py, line 169 it occurs error like this.I can't find "multi_gpu_model" everywhere..
How can i solved?
The text was updated successfully, but these errors were encountered: