datitran / face2face-demo

pix2pix demo that learns from facial landmarks and translates this into a face
https://medium.com/@datitran/face2face-a-pix2pix-demo-that-mimics-the-facial-expression-of-the-german-chancellor-b6771d65bf66
MIT License
1.44k stars 423 forks source link

Train model on data #39

Closed SKGEzhil closed 3 years ago

SKGEzhil commented 4 years ago

python pix2pix.py \ --mode train \ --output_dir face2face-model \ --max_epochs 200 \ --input_dir photos/combined/train \ --which_direction AtoB

This command is executing more than 3 hours. Shall I know how much time it takes for the training to complete? Is it normal or an issue?