ceccocats / tkDNN

Deep neural network library and toolkit to do high performace inference on NVIDIA jetson platforms
GNU General Public License v2.0
717 stars 209 forks source link

debug folder empty #183

Closed LeRoii closed 2 years ago

LeRoii commented 3 years ago

when I ran the command and with GPU=0 in Makefile I got binary files in layer folder but debug folder is empty, how to get debug binary files? thanks

./darknet export <path-to-cfg-file> <path-to-weights> layers
mive93 commented 3 years ago

Hi @LeRoii That is the procedure, create layer and debug folders, put GPU=0, compile again and run the command. Don't know why it did not work.

mive93 commented 2 years ago

Closing for inactivity. Feel free to reopen.