You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read your great paper, "A comparison study of CNN denoisers on PRNU extraction."
I have a model that I've defined as criterion = nn.CrossEntropyLoss().to(device).
So in the training part I have loss = criterion(outputs, labels)
I want to use your p-based loss function, but I don't know how?
Could you please help me with that?
The text was updated successfully, but these errors were encountered:
Dear @zengh5
I read your great paper, "A comparison study of CNN denoisers on PRNU extraction."
I have a model that I've defined as
criterion = nn.CrossEntropyLoss().to(device)
.So in the training part I have
loss = criterion(outputs, labels)
I want to use your
p-based loss function,
but I don't know how?Could you please help me with that?
The text was updated successfully, but these errors were encountered: