ZhaoJ9014 / face.evoLVe

🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
MIT License
3.41k stars 759 forks source link

UserWarning: Implicit dimension choice for softmax has been deprecated #178

Open knotgrass opened 2 years ago

knotgrass commented 2 years ago

face.evoLVe/applications/align/get_nets.py:70: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. a = F.softmax(a)

specifically in this case, how many output neuron number of this model. I using Onet, Pnet and Rnet Btw, i don't see any flatten layer or linear layer in Onet, Pnet or Rnet Thanks you