Issues creating config file from Keras #1046
Replies: 1 comment
-
Please use an issue template when reporting problems. It's easier to provide assistance if we know what was done |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to convert a model that was created in Matlab into hsl code. I have converted the matlab neural network to tensorflow and have followed the steps generated by the matlab code to save this models as a .keras file. I then load this file in and attempt to create a config based off the model. However, I keep running into errors with with the keys and specific ways this tool converts from keras to hls. Is there anything that I can do fix these issues. I am running all of this code in a VM running linux.
Beta Was this translation helpful? Give feedback.
All reactions