|  | 
| 在运行rknn_transform tiny .py会报这样一个错误,求大佬指点 python3 rknn_transform tiny .py
 --> Loading nodel
 E Weight file - /yolov3-tiny .weights not exists!
 done
 --> Building model
 Traceback (most recent call Last):
 File "rknn transforr tiny.py", Line 27, in <module>
 rknn. buiLd(do quantization=True, dataset=' ./dataset 416x416. txt')
 File” /hone /xxy/miniconda3/envs/rknn/Lib/ python3.6/site- packages/rknn/api/rknn.py", line 228, in build
 inputs = self. rknn base.net. get_ input Layers()
 AttributeError: "NoneType' object has no attr ibute get input_ layers
 | 
 |