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

Error reading file #255

Closed B1ackg0d closed 3 years ago

B1ackg0d commented 3 years ago

Hi,everyone! I have successfully exported the my weights. When I run the command test_yolo4.exe to generate the rt file, I encountered the following error: Error reading file yolo4/layers/input.bin with n of float: 519168 seek: 0 size: 2076672 But the rt file can still be generated. Would you do me a favor?