AssertionError: the module YOLOv4 is not registered
Created by: Lin-sudo
用yolov4预测时出现这样的问题:
ValueError: Extraneous param for class<OptimizerBuilder>: clip_grad_by_norm
Traceback (most recent call last):
File "PaddleDetection/tools/eval.py", line 190, in <module>
main()
File "PaddleDetection/tools/eval.py", line 74, in main
model = create(main_arch)
File "/home/aistudio/PaddleDetection/ppdet/core/workspace.py", line 197, in create
"the module {} is not registered".format(name)
AssertionError: the module YOLOv4 is not registered
还有想请问一下现在支持yolov4训练了吗?