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

Experiment on sent140 is not generating the result mentioned in the paper #30

Open
mustansarsaeed opened this issue Sep 22, 2020 · 0 comments

Comments

@mustansarsaeed
Copy link

Hi, I hope you are fine and thank you for sharing the reference implementations. I am trying to produce the plots mentioned in the paper for sent140 dataset. The steps I have followed are as follow:

  1. git clone https://github.com/TalwalkarLab/leaf.git
  2. cd leaf/data/sent140
  3. ./preprocess.sh --sf 0.5 -k 10 -s niid -t sample --spltseed 1549775860
  4. cd models/sent140
  5. ./get_embs.sh
  6. cd models
  7. python3 main.py -dataset 'sent140' -model 'stacked_lstm' --num-rounds 100 --clients-per-round 10 --metrics-dir 2020-09-21-sent140-exp4_r200

Above command generated the following plot
Screenshot from 2020-09-22 12-07-27
:

Can you please help out what can be the issue? Is there anything I am missing?

Thank you

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