-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Naming issue in utensor_cgen #124
Comments
@hahmed-and Thanks for opening the issue. |
You can send me the model file on Slake if you don't want it to be in the public domain. |
Hello I've sent it on DM of slackbox. |
Merged
Fixed by #125, closing this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The generated model code had around 51 errors where instead of writing for example t_sequential_1dense_9BiasAddReadVariableOpresource0 it would write t_sequential_1dense_9;BiasAddReadVariableOpresource0 so I had to remove the ; in each Tensor name.
The text was updated successfully, but these errors were encountered: