Rob Romijnders

Results 7 comments of Rob Romijnders

I have the same issue. Here is the stack trace ``` --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) in () 9 10 # Run the train function ---> 11 loss...

Hi Aj, So in this project I experimented with the loss function. Indeed, I drew inspiration from the variational auto encoder.- However, in the variational auto encoder, we penalize the...

Have you seen these datasets? [Here](https://github.com/beamandrew/medical-data) and [here](https://mimic.physionet.org/) I don't know of a paper describing this in mathematical detail, but the [deep learning book](http://www.deeplearningbook.org/) features a good chapter on auto...

No, I haven't worked with those datasets. And yes, an auto encoder is probably your best start. But what is your aim with this?

Wow, that sounds interesting. I think it could be influential if you can make it work. A small advise: I would advise you to also get a few labels. I...

Yes, that's right. The framework for Variational Auto encoders includes both those terms in the cost function. You can read on this in the original paper [auto encoding variational bayes](https://arxiv.org/abs/1312.6114)...

Hi Will, Thanks for the help. I digged a bit further and realized the memory leak was in the Python-bindings with SWIG. I'll make a pull-request soon to fix this....