请问下,mater分支的yolov3_mobilenet_v1_fruit.yml报错
Created by: liu-zhi97
File "/home/liu/Downloads/PaddleDetection-master/tools/train.py", line 372, in main() File "/home/liu/Downloads/PaddleDetection-master/tools/train.py", line 108, in main model = create(main_arch) File "/home/liu/Downloads/PaddleDetection-master/ppdet/core/workspace.py", line 236, in create kwargs[k] = create(target_key) File "/home/liu/Downloads/PaddleDetection-master/ppdet/core/workspace.py", line 244, in create return cls(**kwargs) File "/home/liu/Downloads/PaddleDetection-master/ppdet/modeling/anchor_heads/yolo_head.py", line 74, in init check_version('2.0.0') File "/home/liu/Downloads/PaddleDetection-master/ppdet/utils/check.py", line 72, in check_version raise Exception(err) Exception: PaddlePaddle version 2.0.0 or higher is required, or a suitable develop version is satisfied as well. Please make sure the version is good with your code.
我的>>> paddle.version '1.8.2'