Skip to content
New issue

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

AsserstionError #177

Open
varunp2k opened this issue May 7, 2021 · 0 comments
Open

AsserstionError #177

varunp2k opened this issue May 7, 2021 · 0 comments

Comments

@varunp2k
Copy link

varunp2k commented May 7, 2021

''''
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:
'''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant