|
- D:\Anaconda3\envs\python368\lib\site-packages\tensorflow\python\framework\dtypes.py:523: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
- _np_qint8 = np.dtype([("qint8", np.int8, 1)])
- D:\Anaconda3\envs\python368\lib\site-packages\tensorflow\python\framework\dtypes.py:524: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
- _np_quint8 = np.dtype([("quint8", np.uint8, 1)])
- D:\Anaconda3\envs\python368\lib\site-packages\tensorflow\python\framework\dtypes.py:525: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
- _np_qint16 = np.dtype([("qint16", np.int16, 1)])
- D:\Anaconda3\envs\python368\lib\site-packages\tensorflow\python\framework\dtypes.py:526: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
- _np_quint16 = np.dtype([("quint16", np.uint16, 1)])
- D:\Anaconda3\envs\python368\lib\site-packages\tensorflow\python\framework\dtypes.py:527: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
- _np_qint32 = np.dtype([("qint32", np.int32, 1)])
- D:\Anaconda3\envs\python368\lib\site-packages\tensorflow\python\framework\dtypes.py:532: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
- np_resource = np.dtype([("resource", np.ubyte, 1)])
- --> Loading model
- F:\project\AI\Pytorch_DeepLabV3Plus\aimodels\epoch_2\deeplabv3model.pth.pt ********************
- done
- --> Building model
- E Catch exception when building RKNN model!
- E Traceback (most recent call last):
- E File "rknn\api\rknn_base.py", line 578, in rknn.api.rknn_base.RKNNBase.build
- E File "rknn\api\rknn_base.py", line 1477, in rknn.api.rknn_base.RKNNBase._quantize2
- E FileNotFoundError: [Errno 2] No such file or directory: 'dataset.txt'
- done
- E RKNN model data is None, please load model first!
- E RKNN model data is None, please load model first!
- Export deeplabv3model.rknn failed!
开了量化一定要有dataset.txt这个文件么?
这个文件是干啥用的?内容是啥?
|
|