You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: