InGAN icon indicating copy to clipboard operation
InGAN copied to clipboard

Questions about training and testing

Open qingweisong opened this issue 5 years ago • 1 comments

Hi,author,Thanks for your share. I have two quenstions:

  1. why the checkpoint_0075000.pth.tar that I downloaded can't decompress?
  2. I ran through your source code with default parameters and got a different result from the one in the paper and I don't know why.

qingweisong avatar Mar 24 '20 02:03 qingweisong

Hi,

  1. This is a torch snapshot, you shouldn't decompress it. PyTorch reads it as is.
  2. It really depends. a good sanity check is to train on one of the examples tested in the paper. Other than that two things come into my mind: a. This is Py2 code, so try using a Py2 env as some problems may occur. b. The penguins may not work as large objects may cause problems. (checkout failure case in the paper). c. If you haven't, also Try training without non-rectangular transforms.

assafshocher avatar Mar 24 '20 11:03 assafshocher