deepfakes / faceswap-playground

User dedicated repo for the faceswap project
306 stars 194 forks source link

Doesn't create tensorboard logdir #223

Closed david30907d closed 5 years ago

david30907d commented 5 years ago

Please fill-in the form below to help others understand your problem.

NOTE: We assume you have first tried to read the README and the INSTALL files. Also prior to opening an issue, you should search for similar issues an look if someone had your problem before!

If your problem is specific and that you decide posting an issue, don't forget to close it afterwards. Also you should consider adding information to the documentation once you have found a solution to your problem. The repository here can only live with the contribution of everyone, and not only with developers helping noobs...

Expected behavior

It would be great to view loss on tensorboard, but faceswap didn't create logdir for me.

Actual behavior

No logdir.

Steps to reproduce

python3 faceswap.py train ...

Other relevant information

torzdf commented 5 years ago

Tensorboard support is now added in train_refactor and will be merged to master eventually