fauxtograph icon indicating copy to clipboard operation
fauxtograph copied to clipboard

Tools for using a variational auto-encoder for latent image encoding and generation.

Results 18 fauxtograph issues
Sort by recently updated
recently updated
newest added

I'm on ubuntu pip install fauxtograph appears to work fine, however fauxtograph download images/ says fauxtograph is undefined? I tried git cloning the code, then cding in and executing this...

Hi, @jwhitmire @billeisenhauer @bjallen When I tried the .ipynb on my dataset. I got the following error: ` nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and...

Looks like the BeautifulSoup dependency does not work on py3. Is there a reason for this specific BS version as opposed to bs4? ``` pip install fauxtograph Collecting fauxtograph Downloading...

bug

Hi, I have a question confused about the latent variable **z** According to the code in class VAEGAN, ``` def _forward(self, batch, test=False): encoded, means, ln_vars = self._encode(batch, test=test) rec...

Hi Can you possibly add the script to train/generate face images with VAE/GAN? As you suggested, the hyper-parameters seem to be critical. Thanks!

The tool offers a few parameters for grayscale support, but requires a few fixes to be actually employed

The call to self.save in line #347 of fauxtograph.py always sends save_meta as False. It appears that you should increase save_counter only when epoch % save_freq == 0. The same...

bug

This is a work in progress to allow training with a validation set. As written, the validation data set is required, but I would like to make it optional with...