Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Small fix in results/plot_results.py #1

Merged
merged 7 commits into from Mar 8, 2018

Conversation

TLESORT
Copy link
Contributor

@TLESORT TLESORT commented Mar 1, 2018

The script "plot_results.py" was not working, so I changed :
acc, bwt, fwt = data[3][5:]
into
acc, bwt, fwt = data[3][:]

(I also added a gitignore and an option to not download the data each time the script is run :) )

@facebook-github-bot
Copy link

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@lopezpaz lopezpaz merged commit 2e20776 into facebookresearch:master Mar 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants