DCLGAN
DCLGAN copied to clipboard
optimizer_F
Thanks very much for your code,I noted that the lr and beta of self.optimizer_F in dcl_model.py is different from other optimizers,I wonder if this is good for improving results.Thank you very much!
Hello! Thanks for your questions. The optimizer_F uses default (pytorch) settings, I am not sure whether using the same hyperparameter as other optimizers will improve the results. You might have a try!