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
I've just found that if Tensorflow operation names contain hyphens these are translated directly into c++ identifiers in the generated code, resulting in invalid code.
I couldn't spot an obvious C identifier sanitiser function in the code, but hopefully this will be an easy fix.
The text was updated successfully, but these errors were encountered:
using : utensor-cli, version 0.3.5
I've just found that if Tensorflow operation names contain hyphens these are translated directly into c++ identifiers in the generated code, resulting in invalid code.
I couldn't spot an obvious C identifier sanitiser function in the code, but hopefully this will be an easy fix.
The text was updated successfully, but these errors were encountered: