pytorch
93772305 - [PyTorch Edge] Set training for module only (#89488)

Commit
2 years ago
[PyTorch Edge] Set training for module only (#89488) Update previous recursive logic. Continue setting training attribute only if the slot is an object and a module. For the corresponding JIT module, they get the module list first and set module one by one. there is method to get all modules iteratively, instead of recursively. This change patch one fix to set training attribute for `model_f269583363.ptl`. Another patch is needed, because current lite interpreter doesn't have the correct type when loading object with setstate. Differential Revision: [D41466417](https://our.internmc.facebook.com/intern/diff/D41466417/) Pull Request resolved: https://github.com/pytorch/pytorch/pull/89488 Approved by: https://github.com/iseeyuan
Author
Committer
Parents
Loading