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

ModuleNotFoundError: No module named 'edgeml.trainer' #145

Closed ccu1tn closed 4 years ago

ccu1tn commented 4 years ago

Dear every one;

When I run this command python bonsai_example.py -dir usps10/. This source appears a this error image I'm looking way how to fix it like uses pip install module named 'edgeml.trainer'. But It is not done. so. What is the module I need to install for this errors?

Many thanks!

adityakusupati commented 4 years ago

Hi,

I think you are trying to run the tensorflow version bonsai_example.py after installing pytorch version of the edgeml module. It would be great if you can attach the sequence of instructions you have followed for the same.

Aditya

ccu1tn commented 4 years ago

Dear @adityakusupati Thank you so much.. It worked.