Mattia Capparella

Results 2 issues of Mattia Capparella

Hi 👋🏻 I'm having trouble in building from source jetson-inference project. I've followed the steps as in: [Build the Project from Source](https://github.com/dusty-nv/jetson-inference/blob/master/docs/building-repo-2.md#building-the-project-from-source). Then when I try to launch `./imagenet.py images/orange_0.jpg...

I think that in vanilla_vae.py `loss_function` there's a mistake in KLD returned value: `return {'loss': loss, 'Reconstruction_Loss':recons_loss.detach(), 'KLD':-kld_loss.detach()}` the negative sign (-) should not be there!