How to add a fake parameter to a Pyro model

Hi @h56cho, I’m not sure why you would need a fake parameter, but you could add

myPyroModel.fake_parameter = torch.nn.Parameter(torch.tensor(0.))