You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
Seems like the
_
is perhaps illegal in an op name?The text was updated successfully, but these errors were encountered: