Closed kifjj closed 3 years ago
First, bug thank you for this. I find it super useful.
Then the my beginner question:
In another thread you wrote: The proxies are randomly initialized and change during training.
but where and how is this happening? Is this line called every time? Because I cannot see any other line updating proxies.
Thank again
Ha, I found the answer. They are updated by the training loop because they are Parameter and by default requires grad is true
First, bug thank you for this. I find it super useful.
Then the my beginner question:
In another thread you wrote: The proxies are randomly initialized and change during training.
but where and how is this happening? Is this line called every time? Because I cannot see any other line updating proxies.
Thank again