Christopher Koeppen

Results 9 comments of Christopher Koeppen

Hello @robroe-tsi did you find any answer on your question? Currently I am also struggling with the usage of the models that have been created. Regards affot

Hello @ShikharJ thanks for your fast reply. Yes, I checked it several times, I created the same folder/file structures as in the fastgrnn example.

I don't see no output folder in `temp/Predictor`. There is just an `input` folder?

I did it, but I get the same Error :-( ``` ======================================== Executing on bonsai fixed usps-multiclass arduino ======================================== INFO:root:----------------------- INFO:root:Collecting profile data INFO:root:----------------------- Traceback (most recent call last): File...

``` // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. let W1 = (30, 8) in [-0.1, 0.1] in let W2 = (8, 64) in...

Hello @ShikharJ one day delay... So no need to excuse!! :-) I still have the problem... What I did: Copy&Paste the code in the `EdgeML/tools/SeeDot/model/bonsai/usps-multiclass/input.sd` Copy&Paste all files from `EdgeML/examples/tf/Bonsai/usps10/TFBonsaiResults/20_15_05_24_01_22/SeeDot`...

When I cast `python SeeDot-dev.py -a bonsai -e fixed -t arduino -m red_disagree -n 1 -d usps-multiclass` the Error is ``` Traceback (most recent call last): File "SeeDot-dev.py", line 270,...

This is correct, the dimensions of the `.npy `Files and the entries in `input.sd` don't match. When I load the files and print the .shape with `print("Z" , np.fromfile('Z.npy').shape)` I...

No Problem, thanks a lot for taking care!