GuHongyang / AM-LFS-PyTorch

The reproduce for "AM-LFS: AutoML for Loss Function Search"
13 stars 6 forks source link

It seems that the code only reproduct -log(p^t) rather than -log(\tau(p^t)) #2

Open caixincx opened 2 years ago

caixincx commented 2 years ago

Hello! In paper, the loss formulated as -log(\tau(p^t)), but I found that in the code is -log(p^t). Is it the reason why it cannot reach the acc?

GuHongyang commented 2 years ago

I tried the $-\log(\tau(p^t))$ too, but the performance is still poor. I think there may be other tricks that should be considered.