Prashant Maheshwari

Results 5 comments of Prashant Maheshwari
trafficstars

I first converted my model into .onnx format and then simplified it using this repo [https://github.com/daquexian/onnx-simplifier](https://github.com/daquexian/onnx-simplifier) and then to .trt using this [repo](https://github.com/onnx/onnx-tensorrt). I did not find a way or...

@MokkeMeguru thank you for such a detailed response and suggestions. Yes, by data point I meant sampling an image. I followed this tutorial [https://github.com/MokkeMeguru/glow-realnvp-tutorial/blob/master/tips/glow_mnist_en.ipynb](https://github.com/MokkeMeguru/glow-realnvp-tutorial/blob/master/tips/glow_mnist_en.ipynb ) and after training, I wanted...

@MokkeMeguru I understand the working of the sample function. Thank you for pointing out the possible difference in the inverse and forward implementation of tensorflow. > I think you want...

No, I was involved in a project and we thought if we could generate some results without heavily altering the implementation. So I asked if it is at all possible....