|
在跑案例的过程中,运行“python3 rknn_transform.py”时,当进行到“Building model1”时,经过一段时间后提示“Killed”,经过多次尝试不行。有没有遇到类似状况的,请教解决方案。
- [toybrick@localhost yolov3_demo]$ python3 rknn_transform.py
- /usr/lib64/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
- from ._conv import register_converters as _register_converters
- --> Loading model
- done
- --> Building model
- Killed
|
|