Results 8 comments of n0obcoder

> Just find out that you have to install the CoCO API. > > cd data > > git clone https://github.com/pdollar/coco.git cd coco/PythonAPI > > make > > cd ../../.....

> Just find out that you have to install the CoCO API. > > cd data > > git clone https://github.com/pdollar/coco.git cd coco/PythonAPI > > make > > cd ../../.....

i added `reordered_for_weights = Variable(att_weights.data.new(att_weights.size())) reordered_for_weights[perm_idx] = att_weights att_weights = reordered_for_weights` after `if reorder_output: ` but it doesnt seem to make any change in the ordering of the attention weights....

there are 3 links, yes. What i am talking about is the 4th link. This 4th model wav2lip.pth can be used in place of wav2lip_gan.pth. It is supposed to give...

@qordobafranzi hey buddy, did you find out how this online testing works ?

> I was able to solve it by changing > `half = self.batch_size / 2` > to > `half = tf.cast((self.batch_size / 2),tf.int32)` in which file ? @omrivm

@omrivm yes i found that already . But i appreciate you replying back in no time ! : D Cheers ! : )