Kyrie
Kyrie
When will the code for EfficientnetV2 be open source
According to my understanding, config. margin_list=(1.0,0.5,0), At this time, the Arcface loss function is used, but in many configuration files config. margin_list=(1.0,0.0,0.4).
There are many configuration files in the configs directory, including config.margin_list=(1.0, 0.0, 0.4). Under this parameter setting, the loss function used seems to be Cosface, not Arcface loss function. Why...
Hello, I recently studied your Adaface Loss function and your code framework. Is there anything special about the adjustment of Learning rate in your framework? Using lr_ The scheduler. MultiStepLR()...