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
{{ message }}
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
Hello @hhk7734
On training the model on yolov4 and training it using yolov4.conv.137 weights file, I get an OOM.
batch_size = 8
input_size = 416
I am using 2.1.0 version of yolov4 from this repo.
Hello @hhk7734
On training the model on yolov4 and training it using yolov4.conv.137 weights file, I get an OOM.
batch_size = 8
input_size = 416
I am using 2.1.0 version of yolov4 from this repo.
I have changed
to
as set_memory_growth doesn't work.
following are the relevant dependencies.
tensorflow version is 2.2.0
cuda 10.2
cudnn 7.6.1
Here is the training script:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: