We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'''' AssertionError Traceback (most recent call last)
in () 14 15 model.build_pl_model(vggface_model=vggface, before_activ=loss_config["PL_before_activ"]) ---> 16 model.build_train_functions(loss_weights=loss_weights, **loss_config)
2 frames
/usr/local/lib/python3.7/dist-packages/keras/legacy/interfaces.py in get_updates_arg_preprocessing(args, kwargs) 652 kwargs['params'] = params 653 return [opt], kwargs, [] --> 654 elif len(args) == 3: 655 if isinstance(args[1], (list, tuple)): 656 assert isinstance(args[2], dict)
AssertionError: '''
The text was updated successfully, but these errors were encountered:
No branches or pull requests
''''
AssertionError Traceback (most recent call last)
in ()
14
15 model.build_pl_model(vggface_model=vggface, before_activ=loss_config["PL_before_activ"])
---> 16 model.build_train_functions(loss_weights=loss_weights, **loss_config)
2 frames
/usr/local/lib/python3.7/dist-packages/keras/legacy/interfaces.py in get_updates_arg_preprocessing(args, kwargs)
652 kwargs['params'] = params
653 return [opt], kwargs, []
--> 654 elif len(args) == 3:
655 if isinstance(args[1], (list, tuple)):
656 assert isinstance(args[2], dict)
AssertionError:
'''
The text was updated successfully, but these errors were encountered: