|
本帖最后由 elexxy 于 2020-8-26 09:31 编辑
E Try match Split split_2 failed, catch exception!
W ----------------Warning(2)----------------
E Catch exception when loading tensorflow model: yolov4-tiny/yolov4-tiny.pb!
E Traceback (most recent call last):
E File "rknn/base/RKNNlib/converter/convert_tf.py", line 713, in rknn.base.RKNNlib.converter.convert_tf.convert_tf.match_paragraph_and_param
E AttributeError: 'Split' object has no attribute 'load_params_from_tf'
E During handling of the above exception, another exception occurred:
E Traceback (most recent call last):
E File "rknn/api/rknn_base.py", line 374, in rknn.api.rknn_base.RKNNBase.load_tensorflow
E File "rknn/base/RKNNlib/converter/convert_tf.py", line 767, in rknn.base.RKNNlib.converter.convert_tf.convert_tf.match_paragraph_and_param
E File "rknn/api/rknn_log.py", line 312, in rknn.api.rknn_log.RKNNLog.e
E ValueError: Try match Split split_2 failed, catch exception!
For some reason I have to use one channel images as inputs, but the rknn toolkit does not support one channel darknet model's quantization.So I convert the darknet model to a tensorflow model and it works well before.However, today I try the yolov4 tiny model in this way, and the rknn toolkit return above error.It seems like dose not support the tf.split function.I hope you guys can support more functions and notice the problem of one channel darknet model's quantization.Tanks.
|
|