mirror of
https://github.com/DSPsleeporg/smiles-transformer.git
synced 2026-04-03 00:08:50 -06:00
Loss Function Used #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @witnik on 4/8/2022
Hi Shion,
I was trying to reproduce the model and realized that you used NLL loss in github yet it was mentioned in the paper to use Cross Entropy Loss. Would you mind suggesting which one of these loss function I should go further on my own?
Thanks