ceccocats / tkDNN

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

darknet yolov4x-mish.weights export layers error #165

Closed toplinuxsir closed 3 years ago

toplinuxsir commented 3 years ago

darknet yolov4x-mish.weights export layers error

./darknet export ./yolov4x-mish.cfg ./yolov4x-mish_best.weights  layers

error log

Loading weights from ./yolov4x-mish_best.weights...
 seen 64, trained: 785 K-images (12 Kilo-batches_64) 
Done! Loaded 203 layers from weights-file 
n: 0, type 0
Convolutional
weights: 864, biases: 32, batch_normalize: 1, groups: 1
write binary layers/c0.bin
fish: “./darknet export ./yolov4x-mish…” terminated by signal SIGSEGV (Address boundary error)
thnkinbtfly commented 3 years ago

Did you make the 'layers' directory? https://github.com/ceccocats/tkDNN#1export-weights-from-darknet

toplinuxsir commented 3 years ago

@thnkinbtfly Thanks , I fixed it .

mive93 commented 3 years ago

Thanks @thnkinbtfly, that was correct. Closing for now, feel free to reopen.