Results 1 comments of William Correa Beltran

If you want the arcface weights to be updated after each backpropagation, you have to add them to the initialisation of your optimizer. Sometime like optmizer = optim.Adam(list(model.parameters()) + list(arcface.parameters(),...