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

issue with model layer lambda, #451

Open
speeding-motor opened this issue May 9, 2020 · 1 comment
Open

issue with model layer lambda, #451

speeding-motor opened this issue May 9, 2020 · 1 comment

Comments

@speeding-motor
Copy link

in fronted 68 line:

output = Lambda(lambda args: args[0])([output, self.true_boxes])
self.model = Model([input_image, self.true_boxes], output)

what that mean? I m complete confuse with this part,i m great appericate you answer me

@DaBihy
Copy link

DaBihy commented Jun 3, 2020

lambda layer is only for training, for inference you can remove it,
#165 (comment)

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