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

Custom Model keyword arguments Error #7

Closed
Rohit-Jain-2801 opened this issue Jul 31, 2020 · 1 comment
Closed

Custom Model keyword arguments Error #7

Rohit-Jain-2801 opened this issue Jul 31, 2020 · 1 comment

Comments

@Rohit-Jain-2801
Copy link

Change
model = Model(input=model.input, outputs=[probability, position])
to
model = Model(inputs=model.input, outputs=[probability, position])
on line 22 of net/network.py

@Rohit-Jain-2801 Rohit-Jain-2801 changed the title Custom Model keyword arguments Custom Model keyword arguments Error Jul 31, 2020
@MahmudulAlam
Copy link
Owner

@Rohit-Jain-2801
Thanks for the suggestion.

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

2 participants