Venkat Adithya Amula
Results
1
issues of
Venkat Adithya Amula
In the validation_forget() function, accuracy has been used without specifying the task argument which throws an AssertionError. `acc = accuracy(pred, label, ignore_index=-100)` I have replaced it with `acc = accuracy(pred,...