Open lutzfinger opened 3 years ago
Getting the same error.
change Adam(lr=self.lrG*loss_config['lr_factor'], beta_1=0.5).get_updates(weightsGA,[], loss_GA)
to Adam(lr=self.lrG*loss_config['lr_factor'], beta_1=0.5).get_updates(loss_GA, weightsGA)
may help to solve it.
@fungtion that did not help, any other suggestion?
Please mention the tensorflow version you are using and cross check if it matches the one listed in requirements.
@ParikhKadam am using
tf==1.15.5
& `keras==2.1.5
@varunp2k Can you try with these? tensorflow==1.8.0 keras==2.1.5
@ParikhKadam Colab moved to python 3.7, tf1.8 isnt supported by python3.7
I am running into issues at the line:
model.build_train_functions(loss_weights=loss_weights, **loss_config)
I am getting the following error
Thanks for any help.