Victor

Results 10 comments of Victor

I got a similar problem. Any conclusions on how to fix it?

I have the exact same problem. Any solutions?

I am trying to do some domain shift with BigGAN. The weights of the discriminator and of the generator are available here: [https://github.com/ajbrock/BigGAN-PyTorch](https://github.com/ajbrock/BigGAN-PyTorch ). I am still trying different setups...

> Hi, can I fine-tune the biggan model with a small amount of datasets? What worked the best for me was to download the imagenet dateset and change one of...

@nnajeh what I did was pretty simple. I downloaded the Imagenet dataset, each class is stored in a separate folder. I selected a few folders, deleted the images inside the...

The images of ImageNet have all sorts of different sizes, the data loader should include transformations for resizing them to the desired dimensions. You can check for the documentation on...

That was not necessary for me, but I don't know how your dataset class is set up.

I went followed the forward pass step by step in debug mode, I found the that problem comes from this line: https://github.com/hyangwinter/flownet3d_pytorch/blob/051ead641270e76008119ecc4937f898b9118897/lib/pointnet2_utils.py#L28 Any ideas of what could cause the problem?

Thanks =) I am not very skilled myself in CUDA, how can I check that? I did not find anything online that I could use.

We are having the same problem with the image `nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04` and `11.3`. Any overview of which images are fixed?