DeepFaceLab
DeepFaceLab copied to clipboard
Train Quick96 press any key Forever
On step 6, after loading samples it says "Press any key", but nothing happens after pressing... Any ways i can fix it? Thanks.
Running trainer.
[new] No saved models found. Enter a name of a new model : 1 1
Model first run.
Choose one or several GPU idxs (separated by comma).
[CPU] : CPU [0] : NVIDIA GeForce GTX 1060 6GB
[0] Which GPU indexes to choose? : 0
Initializing models: 100%|###############################################################| 5/5 [00:01<00:00, 2.72it/s] Loading samples: 100%|############################################################| 2951/2951 [00:05<00:00, 497.68it/s] Loading samples: 100%|##########################################################| 33410/33410 [01:09<00:00, 478.53it/s] Для продолжения нажмите любую клавишу . . .
When I try to run gpu it says VRAM: 4.87GB, but I have 16... What can be a problem)?
================== Model Summary =================== == == == Model name: 1_Quick96 == == == == Current iteration: 52366 == == == ==---------------- Model Options -----------------== == == == batch_size: 4 == == == ==------------------ Running On ------------------== == == == Device index: 0 == == Name: NVIDIA GeForce GTX 1060 6GB == == VRAM: 4.87GB == == ==
Starting. Press "Enter" to stop training and save model. Для продолжения нажмите любую клавишу . . .
try rolling back your nvidia drivers, for me on my 3090 the current nvidia drivers dont work and result in this exact behavior.
You do NOT have 16gb of VRAM. My assumption is that you are saying you have 16gb of RAM. VRAM and RAM are not the same thing. RAM is on the motherboard. VRAM is directly on the GPU. The program is right, you have a low amount of VRAM. I personally ran a 1060 6gb for a good while.
Did you ever find the answer? If so, would you mind sharing it and closing this issue?
On step 6, after loading samples it says "Press any key", but nothing happens after pressing... Any ways i can fix it? Thanks.
Running trainer.
[new] No saved models found. Enter a name of a new model : 1 1
Model first run.
Choose one or several GPU idxs (separated by comma).
[CPU] : CPU [0] : NVIDIA GeForce GTX 1060 6GB
[0] Which GPU indexes to choose? : 0
Initializing models: 100%|###############################################################| 5/5 [00:01<00:00, 2.72it/s] Loading samples: 100%|############################################################| 2951/2951 [00:05<00:00, 497.68it/s] Loading samples: 100%|##########################################################| 33410/33410 [01:09<00:00, 478.53it/s] Для продолжения нажмите любую клавишу . . .
I got the same problem, how did you solve it?