mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-20 21:43:21 -07:00
upd readme
This commit is contained in:
parent
d8833e929e
commit
e069b839f1
9 changed files with 220 additions and 209 deletions
15
doc/doc_build_and_repository_info.md
Normal file
15
doc/doc_build_and_repository_info.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
### **CPU only mode**
|
||||
|
||||
CPU mode enabled by arg --cpu-only for all stages. Follow requirements-cpu.txt to install req packages.
|
||||
Do not use DLIB extractor in CPU mode, it's too slow.
|
||||
Only H64 or SAE (with low settings) models reasonable to train on home CPU.
|
||||
|
||||
### **Build info**
|
||||
|
||||
dlib==19.10.0 from pip compiled without CUDA. Therefore you have to compile DLIB manually, orelse use MT extractor only.
|
||||
|
||||
Command line example for windows: `python setup.py install -G "Visual Studio 14 2015" --yes DLIB_USE_CUDA`
|
||||
|
||||
### Mac/linux/docker script support.
|
||||
|
||||
If you want to support mac/linux/docker - create fork, it will be referenced here.
|
Loading…
Add table
Add a link
Reference in a new issue