-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
Hi, thank you for great implementation. I appreciate your work as well as your generosity for opening it.
As mentioned in title, I have a question about line 35 of loss_functions.py, as given below
self.fc = nn.Linear(in_features, out_features, bias=False) |
To my understanding, I think it would initialize new fully connected layer in each epoch of training.
I don't understand how this layer can be optimized via backpropagation, as it would be re-initialized each time.
It would be a great help if anyone can teach me why such inference is wrong.
Metadata
Metadata
Assignees
Labels
No labels