YisenWang / symmetric_cross_entropy_for_noisy_labels

Code for ICCV2019 "Symmetric Cross Entropy for Robust Learning with Noisy Labels"

Home Page:https://arxiv.org/abs/1908.06112

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About alpha and beta

Zhengtq opened this issue · comments

commented

Why the settings of alpha\beta in the task of cifar10 and cifar100 are vastly differently?
For cifar10, the setting is α = 0.1 β = 1.0.
For cifar100, the setting is α = 6.0 β = 0.1.

Please refer to this issue comment #5 (comment)