Cuda failure: out of memory #303
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Getting an error when running test_yolo4 on my laptop which has an RTX 3060 GPU:
Running on commit
d4f7b4ad8bCould be related: when using FP16 mode it uses the wrong size for allocating WgsLayers:
https://github.com/ceccocats/tkDNN/blob/master/src/LayerWgs.cpp#L76
(should be using b_size, but uses w_size instead)
on RTX 2070,cuda11.8,FP32 mode, have same problem,
