unleashing-transformers icon indicating copy to clipboard operation
unleashing-transformers copied to clipboard

Code for the ECCV 2022 paper "Unleashing Transformers"

Results 5 unleashing-transformers issues
Sort by recently updated
recently updated
newest added

Thank you so much for this work. Currently, I'm trying to reproduce the results in the paper. I kept all the hyperparameters the same as the source code of this...

thx for this work, and now I think maybe I can cut some params, decrease the net structrue, in your opinions and experiments, Is the encoder or decoder more suitable...

In set_up_hparams.py, parser.add_argument("--train_steps", type=int, default=100000000) shows default train_steps is 100000000 and there is no input argument for this with your train_vqgan command line. And seemingly you apply cycle function to...

Hello. I'm experiencing a network error when testing the FID score, but have already captured the generated image and just need to test the similarity of the generated image to...