Closed amztc34283 closed 2 months ago
Thank you for the implementation. Could you maybe do the following adjustments?
evaluate_classification_loss_training
from the general utils to scone.py, as it is only used there? Let me know if there is anything else you want me to fix!
Added loss function: EnergyMarginLoss in src/pytorch_ood/loss/scone.py Added functions on utils.py: evaluate_classification_loss_training, evaluate_energy_logistic_loss Added example on examples/loss/supervised/scone.py