Giter Club home page Giter Club logo

Comments (5)

adkuln avatar adkuln commented on May 18, 2024 1

its worked good. Thanks. I found bug.

But, also i checked that it doesn't work with multi-gpu. I tried with PL training. Have you checked this functional?

from dalle-pytorch.

powderblock avatar powderblock commented on May 18, 2024 1

its worked good. Thanks. I found bug.

But, also i checked that it doesn't work with multi-gpu. I tried with PL training. Have you checked this functional?

Hey, what was the bug you found? 👍

from dalle-pytorch.

lucidrains avatar lucidrains commented on May 18, 2024

@adkuln Hi Aleksey! Is this 12 epochs for the VAE or for DALL-E? Can you give more details on your hyperparameters?

from dalle-pytorch.

adkuln avatar adkuln commented on May 18, 2024

@adkuln Hi Aleksey! Is this 12 epochs for the VAE or for DALL-E? Can you give more details on your hyperparameters?

Hi! I trained VAE before the main part. VAE training result looks okay. I trained with flickr-8k
After it, i trained DALL-E with flickr-8k also and result looks like this
image

My params for training:
vae = DiscreteVAE(
image_size = 256,
num_layers = 3,
num_tokens = 8192,
codebook_dim = 256,
hidden_dim = 128,
temperature = 0.9
)

dalle = DALLE(
dim = 256,
vae = vae, # automatically infer (1) image sequence length and (2) number of image tokens
num_text_tokens = 100000, # vocab size for text
text_seq_len = 128, # text sequence length
depth = 6, # should be 64
heads = 8, # attention heads
dim_head = 64, # attention head dimension
attn_dropout = 0.1, # attention dropout
ff_dropout = 0.1 # feedforward dropout
)

10-12 epochs

from dalle-pytorch.

johndpope avatar johndpope commented on May 18, 2024

close

from dalle-pytorch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.