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 'content_image_features' is not defined #6

Open
masuta16 opened this issue Mar 7, 2018 · 0 comments
Open

NameError: name 'content_image_features' is not defined #6

masuta16 opened this issue Mar 7, 2018 · 0 comments

Comments

@masuta16
Copy link

masuta16 commented Mar 7, 2018


NameError Traceback (most recent call last)
in ()
6 #combination_features = layer_features[2, :, :, :]
7
----> 8 loss += content_weight * content_loss(content_image_features,
9 combination_features)

NameError: name 'content_image_features' is not defined

I'm using python 3 and tensorflow 1.0.0

@masuta16 masuta16 changed the title --------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-15-b2256057badb> in <module>() 6 #combination_features = layer_features[2, :, :, :] 7 ----> 8 loss += content_weight * content_loss(content_image_features, 9 combination_features) NameError: name 'content_image_features' is not defined NameError: name 'content_image_features' is not defined Mar 7, 2018
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