engharat

Results 14 comments of engharat

You don't need this repo to do that; if you have torch weights file, you can simply convert them to pytorch using this function: `torch.utils.serialization.load_lua`

As far as I understand, the correct labels are needed for training the generator too, because in order to update the weights in a meaningful way the generator needs the...

I was stuck with your same problem. I ended up developing a batchnorm version that uses always batchnorm mode = 2. you can easily edit the keras file where bn...

Sure. Here is a link to the code: [https://drive.google.com/open?id=0B0E8DCU-EnYRR2l3aV9oTkJORHc](https://drive.google.com/open?id=0B0E8DCU-EnYRR2l3aV9oTkJORHc) . The file needs to be put in the same folder of your script and it needs to be imported of...