Is this normal operation?

If training is failing to start, and you are not receiving an error message telling you what to do, tell us about it here


Forum rules

Read the FAQs and search the forum before posting a new topic.

This forum is for reporting errors with the Training process. If you want to get tips, or better understand the Training process, then you should look in the Training Discussion forum.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
mongplea
Posts: 16
Joined: Fri Apr 24, 2020 3:22 pm
Answers: 0

Is this normal operation?

Post by mongplea »

When I start Training
C:\Users\M\anaconda3\python.exe C:\Users\M\faceswap\faceswap.py train -A C:/faceswap_test/test_3/out_extract/out_u -B C:/faceswap_test/test_3/out_extract/out_s -m C:/faceswap_test/test_3/model/model_6 -t original -bs 64 -it 1000000 -g 1 -s 100 -ss 25000 -ps 50 -L INFO

referred starting_log.txt an sys_info.txt

but I think EGs/sec value is very slow
#3,4 used the GTX 1070 ti
#5~ used the RTX 2070 Super
It's the any problem of my setting?

Attachments
EGs.png
EGs.png (32.61 KiB) Viewed 3369 times
sys_info.txt
(30.48 KiB) Downloaded 330 times
starting_log.txt
(1.78 KiB) Downloaded 298 times
User avatar
torzdf
Posts: 2796
Joined: Fri Jul 12, 2019 12:53 am
Answers: 160
Has thanked: 142 times
Been thanked: 650 times

Re: Is this normal operation?

Post by torzdf »

It is normal if the 1070 was trained on Tensorflow and the 2070 on plaidML.

Ultimately, your install is a mess, and trouble shooting all the conflicts that have been introduced is going to be next to impossible.

I suggest scrubbing clean (following ALL of the steps in the link) and re-installing:
app.php/faqpage#f1r1

My word is final

User avatar
mongplea
Posts: 16
Joined: Fri Apr 24, 2020 3:22 pm
Answers: 0

Re: Is this normal operation?

Post by mongplea »

torzdf wrote: Sat Apr 25, 2020 12:39 pm

It is normal if the 1070 was trained on Tensorflow and the 2070 on plaidML.

Ultimately, your install is a mess, and trouble shooting all the conflicts that have been introduced is going to be next to impossible.

I suggest scrubbing clean (following ALL of the steps in the link) and re-installing:
app.php/faqpage#f1r1

I re-install but still have issue
viewtopic.php?f=5&t=608

Locked