Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
enoch-su opened this issue Apr 1, 2024 · 0 comments

Comments

@enoch-su
Copy link

enoch-su commented Apr 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant