Search found 3 matches

by janipa
Thu Jan 13, 2022 6:08 am
Forum: General Discussion
Topic: Select specific GPU to use.
Replies: 1
Views: 1370

Select specific GPU to use.

Hi,

My computer have two GPU , I would like to use only my second GPU for extracting and converting.

Is there any command or setting I can change to select only my second GPU,
Or where can I change the code to specify the GPU to use?

Like example:
with tf.device('/gpu:1')

by janipa
Fri Dec 17, 2021 6:22 pm
Forum: Training Discussion
Topic: Training on rotated Images
Replies: 3
Views: 1708

Re: Training on rotated Images

Hi, Thanks for the reply. Apologies for not stating my concern in detail. What I actually wanted to is to do augmentation of my dataset , like example of the picture i posted below. I realized that in setting there is already a rotation setting which can set up to 25 degree. I used to be able train ...
by janipa
Thu Dec 16, 2021 12:45 pm
Forum: Training Discussion
Topic: Training on rotated Images
Replies: 3
Views: 1708

Training on rotated Images

Hi , I would like to ask if it is possible for the current version of faceswap to train on rotated extracted images? I used to be able to do that on a very old version, probably it was using tensorflow 1.14, but now on the latest version when i rotate my extracted images it wouldn't detect the rotat...