microsoft / EdgeML

This repository provides code for machine learning algorithms for edge devices developed at Microsoft Research India.
Other
1.58k stars 369 forks source link

SeeDot Compiler issue #185

Closed AbdelilahTAHIRI closed 4 years ago

AbdelilahTAHIRI commented 4 years ago

Hello,

While trying to generate the arduino sketch for ProtoNN trained on ups10 dataset as explained in the given example here: https://github.com/microsoft/EdgeML/blob/f04237c664eea1e821733928101c34d3730573c3/tools/SeeDot/README.md

The results ofpython SeeDot.py command are:

Scrren_SeeDot_ProtoNN

Please need help with this.

adityakusupati commented 4 years ago

@aayan636

AbdelilahTAHIRI commented 4 years ago

Finally the issue disappear just by switching from Python3.5 to Python3.6.