Hello,
I noticed that when I apply torch.parameters() to myPyroModel, the resulting generator myPyroModel.parameters() actually has no content.
Is it possible to add a fake parameter into the generator myPyroModel.parameters()?
If yes, how can I add a fake parameter into myPyroModel.parameters()?
Thank you,