-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
hi, nice work.
The optimizer for the main model seems to be wrong. The code in this file:
if all(p is not x for x in model.classification_loss.parameters()) but model.classification_loss.parameters() is empty. Thus, I guess the code should be changed to: if all(p is not x for x in model.linear_classifier.parameters()) ?
Metadata
Metadata
Assignees
Labels
No labels