We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The error occurs in train_vae.py, somewhere in these lines.
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.
The text was updated successfully, but these errors were encountered: