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 the model on the data #34

Open Nalbornoz opened 5 years ago

Nalbornoz commented 5 years ago

Well, I execute the command to Train the model on the data.

Train the model on the data

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

It are running now, since 30 min ... is normal?

Nalbornoz commented 5 years ago

More than 50 min and nothing happened.