microsoft / EdgeML

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

Missing important codes in the file https://github.com/microsoft/EdgeML/tree/master/tools/SeeDot/SeeDot-dev.py #285

Open enoch-su opened 5 months ago

enoch-su commented 5 months ago

I am reconstructing SIRNN: Secure Inference for Recurrent Neural Networks according its README.md. When i was execute the command "python SeeDot-dev.py -a fastgrnn -e fixed -d Google-30 -m red_disagree -t EzPC -n 1" in the Step 1: Training FastGRNN and Quantizing using SeeDot--6. Quantize using SeeDot and generate input. I find it miss the corresponding codes of the --target EzPC in the file https://github.com/microsoft/EdgeML/tree/master/tools/SeeDot/SeeDot-dev.py the line 83 "parser.add_argument("-t", "--target", choices=config.Target.all, default=config.Target.default, metavar='', help="Target device ['x86', 'arduino', 'm3'] \ (Default: 'x86')")" and the file https://github.com/microsoft/EdgeML/tree/master/tools/SeeDot/seedot/main.py