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

NameError: name 'TripletLoss' is not defined #5

Open
VCPY opened this issue Mar 15, 2020 · 0 comments
Open

NameError: name 'TripletLoss' is not defined #5

VCPY opened this issue Mar 15, 2020 · 0 comments

Comments

@VCPY
Copy link

VCPY commented Mar 15, 2020

Hello,

thank you for your great project!
I'm currently trying to execute your code. However, when I try to execute the jupyter notebook, cell 6 throws the following error:

model = TripletLoss()
"NameError: name 'TripletLoss' is not defined".

Is there anything which needs to be additionally installed for this?
Best wishes

Edit: Is it possible, that "from model import TripletLossetLoss" is meant to be "from model import TripletLoss"?

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