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

[SIRNN] How to perfrom the benchmark of the Extension/Truncation in SIRNN? #132

Open
llCurious opened this issue May 31, 2022 · 5 comments

Comments

@llCurious
Copy link

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.

  • Could you bother give a description on how i could customly test the efficiency of protocols in SIRNN?
  • BTW, the corresponding code implementations for SIRNN i think is here. How could i directly test this function alone?
@llCurious
Copy link
Author

BTW, if i want to obtain the statsitics for communication size, how could i enable this log or access this data?

@llCurious
Copy link
Author

hey @bhatuzdaname. Maybe anyone could give some advice?

@zwxandy
Copy link

zwxandy commented Dec 12, 2022

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.

  • Could you bother give a description on how i could customly test the efficiency of protocols in SIRNN?
  • BTW, the corresponding code implementations for SIRNN i think is here. How could i directly test this function alone?

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.

@xingpz2008
Copy link

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.

  • Could you bother give a description on how i could customly test the efficiency of protocols in SIRNN?
  • BTW, the corresponding code implementations for SIRNN i think is here. How could i directly test this function alone?

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. :)

@zwxandy
Copy link

zwxandy commented Dec 12, 2022

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.

  • Could you bother give a description on how i could customly test the efficiency of protocols in SIRNN?
  • BTW, the corresponding code implementations for SIRNN i think is here. How could i directly test this function alone?

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.

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

3 participants