MFarooqAit
Results
3
comments of
MFarooqAit
Dear purijis, Try to load your trained model by editing the test.py file, e.g, net.load_state_dict(torch.load('checkpoints/generator_100.pth')) Results are still not very impressive.
I did not observed it, but results are not very good on my dataset (1600 images) trained for 200 epochs.
@Cauchy-Fan, Try without using async, like: target_var = torch.autograd.Variable(target.cuda())