Search found 16 matches

by congo
Tue Jul 14, 2020 10:19 am
Forum: Training Support
Topic: Again: Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
Replies: 2
Views: 2051

Re: Again: Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR

I had the opportunity to run it on a machine with more VRAM and it worked, so it seems you were right.

by congo
Fri Jul 03, 2020 9:32 am
Forum: Training Support
Topic: Again: Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
Replies: 2
Views: 2051

Again: Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR

Hi everybody, I already encountered this error (Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR) before, but it could be resolved by setting TF_FORCE_GPU_ALLOW_GROWTH to true Everything worked fine, but now I wanted to raise the face dimensions using DFL-SAE from 128 to 256. I left the ba...
by congo
Tue Mar 10, 2020 3:09 pm
Forum: Artificial Intelligence
Topic: Where do I learn about how the nurael net is working instead of how to use the program?
Replies: 4
Views: 22180

Re: Where do I learn about how the nurael net is working instead of how to use the program?

I am looking for the same information, some detailed explanation just about one level of abstraction above code. I can read and understand code, but this is a very time-consuming and cumbersome approach. Anything is welcome, scientific papers, technical descriptions, etc.

by congo
Sun Feb 09, 2020 9:46 am
Forum: Training Discussion
Topic: [Guide] Training best practices.
Replies: 11
Views: 107433

How to do fit training?

Hi everybody, the best practice guide recommends to use fit training. How is this exactly done? After training the initial model, do I need to ADD the faces of the actual swap video (i.e. copy the faces to the initial ones and merge the alignments files) or do I need to REPLACE the faces (continue t...
by congo
Fri Feb 07, 2020 2:45 pm
Forum: Extract Discussion
Topic: Image scaling during manual alignment fix
Replies: 4
Views: 4588

Re: Image scaling during manual alignment fix

Thanks, I also noticed that turning the mouse wheel also toggles through different scalings. However, one cannot shrink an image to completely fit the screen.

by congo
Fri Feb 07, 2020 9:52 am
Forum: Installation Support
Topic: Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
Replies: 5
Views: 7019

Re: Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR

Thanks, that did the trick. Both key an value are case sensitive, just in case somebody else wants to try this out.

by congo
Thu Feb 06, 2020 12:50 pm
Forum: Installation Support
Topic: Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
Replies: 5
Views: 7019

Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR

Hi everybody, I installed Ubuntu 19.10 on my new PC (which has a RTX 2080 Super) plus nvdia-driver-435. I'm getting the error "Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR" whenever I try to extract, sort or train anything. This seems to be a known bug and enabling "allo...
by congo
Mon Jan 20, 2020 10:15 am
Forum: Extract Discussion
Topic: Image scaling during manual alignment fix
Replies: 4
Views: 4588

Image scaling during manual alignment fix

Hi there, I am trying to manually fix the alignments. However, I use photos as a source and they are much larger than my screen resolution. The GUI manual for manual fixing shows them unscaled, so I can only see a part of the image. There are no scroll bars, so I cannot check the alignments. Is ther...
by congo
Wed Jan 08, 2020 1:26 pm
Forum: Installation Support
Topic: How to enable GPU?
Replies: 9
Views: 23549

Re: How to enable GPU?

Although I was 99% sure that I selected NVidia support, reinstalling helped. Now training runs at 232.4 EGs/sec, thanks a lot!
How did you see that the CPU version was installed? The only difference in the sysinfo I noticed is
_tflow_select 2.1.0 gpu

by congo
Wed Jan 08, 2020 8:29 am
Forum: Installation Support
Topic: How to enable GPU?
Replies: 9
Views: 23549

Re: How to enable GPU?

I started the same extraction process (same video file, same parameters) on my old CPU-only machine, and it shows about 12.5 hours remaining time. So both tasks (exteaction and training) are currently slightly faster on my old machine. The NVidia driver was pre-installed on my new machine, I just up...
by congo
Wed Jan 08, 2020 8:17 am
Forum: Installation Support
Topic: How to enable GPU?
Replies: 9
Views: 23549

Re: How to enable GPU?

============ System Information ============ encoding: cp1252 git_branch: master git_commits: ff76461 lib.cli - Add dfaker tooltip and typo fix. gpu_cuda: No global version found. Check Conda packages for Conda Cuda gpu_cudnn: No global version found. Check Conda packages for Conda cuDNN gpu_devices...
by congo
Tue Jan 07, 2020 10:04 pm
Forum: Installation Support
Topic: How to enable GPU?
Replies: 9
Views: 23549

Re: How to enable GPU?

OK, but why is the training slower than on my old PC without GPU? Even face extraction with the best algorithm takes 13 hours (estimated time). I still fear the GPU isn't used. How can I verify this?

by congo
Tue Jan 07, 2020 3:30 pm
Forum: Installation Support
Topic: How to enable GPU?
Replies: 9
Views: 23549

Re: How to enable GPU?

Do I need to install the CUDA Toolkit? I cannot find any information if the Game Ready Driver (GRD) or the Studio Driver (SD) includes CUDA support.

by congo
Tue Jan 07, 2020 11:47 am
Forum: Installation Support
Topic: How to enable GPU?
Replies: 9
Views: 23549

How to enable GPU?

Hi, I just got my new PC with a GeForce 2080 Super. Before I played around with faceswap on my old Linux Machine (just a quad core i7) to get the hang of it. I was impatient and just installed faceswap via the installer on the pre-installed Windows 10. I chose NVidia-Support, and HELP -> Output Syst...
by congo
Tue Dec 17, 2019 2:21 pm
Forum: Extract Discussion
Topic: Not enough RAM for sorting - how to split dataset?
Replies: 4
Views: 3881

Re: Not enough RAM for sorting - how to split dataset?

Thanks, that did the trick. Probably this info should be included in the extract guide.
Just being curious: How does the tool know which (renamed) face image belongs to which alignment in the alignment file?

by congo
Mon Dec 16, 2019 3:23 pm
Forum: Extract Discussion
Topic: Not enough RAM for sorting - how to split dataset?
Replies: 4
Views: 3881

Not enough RAM for sorting - how to split dataset?

Hi, while trying to sort my extracted faces, I got the error 'Not enough RAM available to sort faces...'. The extract guide recommends splitting up the data. I split up the image files into 5 batches and put them into different directories, sorting each of them wasn't a problem. However, fixing the ...