-
Notifications
You must be signed in to change notification settings - Fork 126
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
[SIRNN] How to perfrom the benchmark of the Extension/Truncation in SIRNN? #132
Comments
BTW, if i want to obtain the statsitics for communication size, how could i enable this log or access this data? |
hey @bhatuzdaname. Maybe anyone could give some advice? |
Hi, I am also interested in SiRNN, and I have difficulties in replacing RNN model and Google-30 dataset with CNN and CIFAR-10. I still have no idea of solving this problem. If there‘s a chance, we can talk about this code. |
Maybe you can open a new issue for this repo. :) |
Thanks for your advice. |
Hey, I want to better understand the performance of the mixed-bitwidth computatation setting in SiRNN and try to benchmark the extension/ truncation operations which i think is the basis for SIRNN.
However, the README only gives examples for end-to-end training of RNNs.
The text was updated successfully, but these errors were encountered: