Closed JohnnyRisk closed 6 years ago
@JohnnyRisk hi,I meet the same problem.Have you solve it?
hi @heykeetae , could you commit the "tester" class to the github?
@JohnnyRisk hi, did you solve this problem? @heykeetae Could you please commit the "tester" class? Many thanks!!!
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()