Liuhui Wang

Results 13 comments of Liuhui Wang

ok, I got it. The batchnorm layer needs more than one sample to calculate the parameters in it.

@leaderj1001 Could you please provide a pre-trained model?

I can't install version 0.4.1 of Pytorch. How can I solve this problem?

x, y are determined by the fmap_size. You should set the fmap_size according to your dataset.

I have the same question. If I use a single GPU, the code will warn that 'You have chosen a specific GPU. This will completely disable data parallelism.' And I...

> @liuhui0401 - this seems like a cuda error, or a bad state that the GPUs are in. If you power cycle the machine, does nvidia-smi work? Yes. But if...

I think you should check out your evaluation dataloader. It may be empty.

I have the same problem. When I perform gradient backpropagation, the weight of A can be updated, but the weight of B is always 0. Please tell me how should...

You can use torch.save()

Firstly, you should read README.md to find the correct way to run this model. Secondly, you should find out the input and output format. By the way, pdb is a...