Replies: 1 comment
-
|
I have seen this error before. What board are you using. For K210 I had to switch to nncase 0.5 beta. Also note that you make have to downgrade to Keras 2. Check out this article : https://ashishware.com/2024/08/25/k210_fashion_mnist/ where I have documented my experience with all this |
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.
-
D:\0002\ncc-win7-x86_64>ncc -i tflite -o k210model --dataset ../sign_train ../sign_model.tflite ../sign_model.kmodel
(String[] args)Fatal: Nullable object must have a value.
System.InvalidOperationException: Nullable object must have a value.
at System.Nullable
1.get_Value() at NnCase.Converter.Converters.TfLiteToGraphConverter.ConvertReshape(Operator op) in D:\Work\Repository\nncase\src\NnCase.Converter\Converters\TfLiteToGraphConverter.cs:line 199 at NnCase.Converter.Converters.TfLiteToGraphConverter.ConvertOperator(Operator op) in D:\Work\Repository\nncase\src\NnCase.Converter\Converters\TfLiteToGraphConverter.cs:line 97 at System.Linq.Enumerable.SelectEnumerableIterator2.ToList()at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at NnCase.Converter.Converters.TfLiteToGraphConverter.Convert() in D:\Work\Repository\nncase\src\NnCase.Converter\Converters\TfLiteToGraphConverter.cs:line 34
at NnCase.Cli.Program.Main(String[] args) in D:\Work\Repository\nncase\src\NnCase.Cli\Program.cs:line 113
at NnCase.Cli.Program.
How do I solve this problem? Thank you and hope to hear from you soon!
Beta Was this translation helpful? Give feedback.
All reactions