heykeetae / Self-Attention-GAN

Pytorch implementation of Self-Attention Generative Adversarial Networks (SAGAN)
2.53k stars 475 forks source link

Missing tester file #10

Closed JohnnyRisk closed 6 years ago

JohnnyRisk commented 6 years ago

Hello,

Thank you for this excellent implementation. Everything is very clear, however in main.py file it appears to be missing both the Tester file and the qgan_trainer file. Please advise.

if config.train: if config.model=='sagan': trainer = Trainer(data_loader.loader(), config) elif config.model == 'qgan': trainer = qgan_trainer(data_loader.loader(), config) trainer.train() else: tester = Tester(data_loader.loader(), config) tester.test()

feifeiwenzhi commented 6 years ago

@JohnnyRisk hi,I meet the same problem.Have you solve it?

rosdyana commented 6 years ago

hi @heykeetae , could you commit the "tester" class to the github?

o0t1ng0o commented 6 years ago

@JohnnyRisk hi, did you solve this problem? @heykeetae Could you please commit the "tester" class? Many thanks!!!