PyTorch Forums
What is the point of calling `reset_parameters()` when initializing a model on a meta device?
distributed
divinho
May 1, 2024, 12:35am
1
I’m specifically referring to
this code
:
Why is what’s in a module’s
__init__
not enough?