knaffe

Results 5 issues of knaffe

I have checked the Dome.py, which shows that it only has 2 functions, bgs.apply(frame), and bgs.getBackgroundModel(). Is it all API of this library? How could I change the parameters of...

question

I have a question on the implement of PatchGAN. In the Section 3.2.2 of the paper, it said > We run this discriminator convolutationally across the image, averaging all responses...

I use the example code _(byol-pytorch/examples/lightning/train.py)_ with my own data(about 0.7 billion images) to get the improved resnet50. But I replace the new resnet50 model with the open source pretrained...

Thank you for your great job of this repo and paper! I notice that the result of ResNet-50 with non-conventional usage has the best performance. I want to know how...

I notice that official pretrain model only has JAX format. Do you have the original pretrain model weights in TF format? Or how to convert JAX to TF format?