darknet
darknet copied to clipboard
OpenCV memory error while trying to train with efficientnet-lite3.cfg
Hi @AlexeyAB , OpenCV Error: Insufficient memory (Failed to allocate 1051748256701583063 bytes) in OutOfMemoryError, file /build/open│ cv-L2vuMj/opencv-3.2.0+dfsg/modules/core/src/alloc.cpp, line 52 │ OpenCV Error: Assertion failed (u != 0) in create, file /build/opencv-L2vuMj/opencv-3.2.0+dfsg/modules/core/src/matrix│ .cpp, line 433
The aforementioned error pops up while trying to train efficientnet-lite3 using the cfg supplied here: https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/efficientnet-lite3.cfg
Can you share efficiency-lite3.weights file?