TreB1eN / InsightFace_Pytorch

Pytorch0.4.1 codes for InsightFace
MIT License
1.74k stars 423 forks source link

Some issues about basic block of the IR/IR-SE #116

Open royaljava opened 4 years ago

royaljava commented 4 years ago

I remember the res_layer of basic block of IR is following: BN-Conv-BN-PRelu-Conv-BN, but res_layer here is: BN-Conv-PRelu-Conv-BN. Could you please tell something about the differece between original model and this one?