Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluescreen on Windows 10 #420

Open
JuliusJacobsohn opened this issue Mar 7, 2022 · 0 comments
Open

Bluescreen on Windows 10 #420

JuliusJacobsohn opened this issue Mar 7, 2022 · 0 comments

Comments

@JuliusJacobsohn
Copy link

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:

  • Windows 10

  • RTX 3070 FE (8 GB)

  • 64gb RAM

  • AMD Ryzen 9 3900X (12 cores)

  • Around 30k training images across 4k folders

  • Image width: 256x256, all JPG

  • Default setup

  • Also happens when choosing 64x64 resolution via commands

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant