AttributeError: 'ModelConverter' object has no attribute 'convert_PReLU_layer'
Created by: yongtaoge
I want to convert a caffe model which includes prelu layer, but I get this error after running caffe2paddle.py script. So how can I translate prelu layer into paddle model?