EdgeML icon indicating copy to clipboard operation
EdgeML copied to clipboard

This repository provides code for machine learning algorithms for edge devices developed at Microsoft Research India.

Results 40 EdgeML issues
Sort by recently updated
recently updated
newest added

Hi, Thank you for making this library publicly available! I have a question regarding ProtoNN: does the implementation allow for holding W fixed at the identity matrix? I want to...

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.4 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.4 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

As per https://github.com/facebookresearch/pytorch3d/issues/843 - to solve the build issue on Windows, one must swap the header from to , and update torch:: references to at::. This replacement is the only...

Hello, the SeeDot explanation is working for the Fastgrnn. But when I transfer the same steps for Bonsai or ProtoNN, the workaround makes some problems. For example: `python SeeDot-dev.py -a...

Hi, **I used SeeDot to generate code (for a Bonsai model) for the Arduino device and now I want to change the sketch so that new data (read from sensors...

Hi, I want to generate inference code corresponding to an onnx model. Although readme file in overview section says "SeeDot takes as input trained floating-point models", I cannot find any...