PyTorch Forums
Is it possible to lookup a module by parameter name for selective pre-trained parameter loading?
MariosOreo
March 28, 2019, 3:38am
4
What about
named_children
, it returns the layer name and the module type.
show post in topic