AttributeError: 'float' object has no attribute 'round ...
https://github.com/ultralytics/yolov5/issues/104926.09.2020 · File "train.py", line 459, in <module> train (hyp, opt, device, tb_writer) File "train.py", line 250, in train accumulate = max (1, np.interp (ni, xi, [1, nbs / total_batch_size]).round ()) AttributeError: 'float' object has no attribute 'round'. The text was updated successfully, but these errors were encountered:
AttributeError: 'float' object has no attribute 'round ...
github.com › ultralytics › yolov5Sep 26, 2020 · File "train.py", line 459, in <module> train (hyp, opt, device, tb_writer) File "train.py", line 250, in train accumulate = max (1, np.interp (ni, xi, [1, nbs / total_batch_size]).round ()) AttributeError: 'float' object has no attribute 'round'. The text was updated successfully, but these errors were encountered: