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 208 forks source link

terminate called after throwing an instance of 'YAML::ParserException' #280

Open banyungong1 opened 2 years ago

banyungong1 commented 2 years ago

root@621c511df0aa951571b070ee:~/tkDNN/build# ./demo csresnext50-panet-spp_fp16.rt ../demo/yolo_test.mp4 y Loading YAML: csresnext50-panet-spp_fp16.rt terminate called after throwing an instance of 'YAML::ParserException' what(): yaml-cpp: error at line 1, column 8: unknown escape character: Aborted (core dumped)

What's the reason for that?