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

Automatic op generation during import_op can cause error relating to the name #474

Open
Keno opened this issue Dec 5, 2018 · 0 comments

Comments

@Keno
Copy link
Contributor

Keno commented Dec 5, 2018

julia> TensorFlow.import_op("_ConfigureDistributedTPU")
_configure_distributed_tpu (generic function with 1 method)

julia> run(sess2, TensorFlow.Ops._configure_distributed_tpu(Int32[4,4,4,4]))
ERROR: Tensorflow error: Status: Illegal op name '_ConfigureDistributedTPU/Const'
	 [[{{node _ConfigureDistributedTPU/Const}}]]

Seems like the _ is perhaps illegal in an op name?

@oxinabox oxinabox changed the title Automatic op naming can cause errors Automatic op generation during import_op can cause error relating to the name Dec 5, 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