vishnu-m77 / DiffAPTOSC

Final Project for AMATH 495
1 stars 2 forks source link

DCG metrics #18

Closed Sehmimul closed 11 months ago

Sehmimul commented 11 months ago

DCG is a classifier which is pre-trained. We need to find loss curve of pre-trained dcg and also compute metrics like accuracy.

The tasks are:

  1. Plot and save loss for DCG.
  2. Compute accuracy metrics for DCG.
vishnu-m77 commented 11 months ago

I can do the first task, saving a loss for DCG. Right now, we do not pass the testloader into DCG, so computing accuracy requires few more steps.

Lakshay-G commented 11 months ago

I did the task 1. Check issue #16 for the same

Lakshay-G commented 11 months ago

If this is implemented, we can mark it as completed. @Sehmimul

Sehmimul commented 11 months ago

Issue addressed in https://github.com/vishnu-m77/DiffAPTOSC/issues/36