Big-Brother-Pikachu

Results 4 issues of Big-Brother-Pikachu

Hi, thanks for your excellent work and for sharing the codes. I have some problems reproducing the results in Table 8 and Table B.5. I use the provided ImageNet-pretrained resnet50_1x...

Hello, thanks for your pretty implementation. I think I may find a small bug in your LARS implementation.`trust_ratio = tf.where( tf.greater(w_norm, 0), tf.where( tf.greater(g_norm, 0), (self.eeta * w_norm / g_norm),...

Thanks for sharing this wonderful work! Here I am a little confused with the normalization layer: https://github.com/orpatashnik/StyleCLIP/blob/adc836d9077b241d92e9ce88da8cb6c01ada2999/mapper/latent_mappers.py#L16 In the StyleGAN2 mapper, as the input is always (Batch, latent_dim), the normalization...

Hi, thanks for sharing this wonderful work. We have tried to run your codes on our 2 A800 GPUs, but have found that we need 1300~ hours to finish the...