francoisruty
francoisruty
isn't it simpler to switch to python 3.7?
So I still have the Dockerfile where I had made the edit you had told me regarding OpenGL. I also changed python to python3.7, and now I use ubuntu 18.04,...
you're right, I replaced pip commands with pip3, do you know the right syntax to force pip3 to use python 3.7? is it pip-3.7 install XXX ? I googled it...
I have other issues but indeed it works with your gist so it's OK on my side
all right!
OK so we agree that reconstruction quality is the bound of sample quality (that makes sense but I wasn't sure) It's true their VAE indeed uses residual blocks with skip...
@Fanbenchao thanks for your suggestion, I think working with 3 scales is needed when you work on 512 or 1024 resolution, but if I have 3 latent maps 32, 64...
@Fanbenchao thanks for your illustrations, the reconstruction with 3 latent maps is good but don't you think it's disappointing to have to use 3 latent maps? This means you barely...
thanks, that's interesting
@willprice what did you use to re-encode your video? Can it work on linux?