rainLiuplus
rainLiuplus
@guesalomon, [PReLU] has been added and you can have a try
Hi @Zheweiqiu, is [this](https://github.com/deepinsight/insightface#pretrained-models) the model you use?
Hi @Ruochen0715, you could paste your model definition on the /usr/local/lib/python3.6/site-packages/mmdnn/conversion/_script/convertToIR.py to have a try. Thanks
Hi @dhorka , please refer to [How to load the converted PyTorch model](https://github.com/Microsoft/MMdnn/blob/master/mmdnn/conversion/pytorch/README.md#faq). Thanks!
Hi @dhorka, the converted model file `.py ` only contains the definition of network architecture and the `.npy` file is the weights. So for re-training the model, in addition to...