lucidrains / DALLE-pytorch

Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch
MIT License
5.56k stars 643 forks source link

Bluescreen on Windows 10 #420

Open JuliusJacobsohn opened 2 years ago

JuliusJacobsohn commented 2 years ago

The error occurs in train_vae.py, somewhere in these lines.

global_step = 0
temp = STARTING_TEMP

for epoch in range(EPOCHS):
    for i, (images, _) in enumerate(distr_dl):

My setup:

The entire PC freezes with a bluescreen error and restarts automatically after a while.