Thierry

Results 14 comments of Thierry

Same here : the wgan proposed code does not converge to realistic faces, at least in 200 epochs as I tried according to the notebook parameters.

> I was having similar issues and increased the latent dimension to 192 to get this in 25 epochs using the CelebA dataset. ... > I'm continuing to experiment with...

Thanks @KirkDCO I will try it later on... on my side I changed the size to the latent vector to 192 and the size of the batch to 128. I...

I'm not a specialist of gradle so I tried removing the `main` folder layer... and it works as shown on the branch `without_main` on my repo. That being said, it...

Found more information here : [https://developer.android.com/build](https://developer.android.com/build) By default Android Studio creates this structure when creating a new project : I tried it myself and got this : There are 3...

> Thank you I'll be adding the template folder now, from this files what we should not add to the project template? I mean if there is something generated locally....

3 Points : _1. No need of gradle folder and Bradley under ofApp_ Working with the Android Studio template, I realised that the project should be opened at the project...

Great ! I will check this in the next few days

Hi Dimitre, I had troubles to generate the projectGenerator apps straight with the instructions given (with setup_environment and build_command, so I moved to the legacy instructions **which include downloading the...

> OK I think you need to update PG, it was changed internally to handle android template files. > you can clone and compile, it should display `PG v.38 `...