rknn-toolkit icon indicating copy to clipboard operation
rknn-toolkit copied to clipboard

RuntimeError: [enforce fail at inline_container.cc:209] . file not found: best_model_50_torchscript/constants.pkl E Please feedback the detailed log file <log_feedback_to_the_rknn_toolkit_dev_team.log> to the RKNN Toolkit development team. E You can also check github issues: https://gith

Open ttttttt12 opened this issue 2 years ago • 1 comments

RuntimeError: [enforce fail at inline_container.cc:209] . file not found: best_model_50_torchscript/constants.pkl E Please feedback the detailed log file <log_feedback_to_the_rknn_toolkit_dev_team.log> to the RKNN Toolkit development team. E You can also check github issues: https://gith

ttttttt12 avatar Aug 12 '22 06:08 ttttttt12

Torch model needed to be exported with torch.jit.trace API. Refer here https://github.com/rockchip-linux/rknn-toolkit/blob/master/examples/pytorch/resnet18/test.py

zen-xingle avatar Sep 01 '22 02:09 zen-xingle