-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fixes to allow running keras and crf_baseline models on python 3.7 #7
base: master
Are you sure you want to change the base?
Fixes to allow running keras and crf_baseline models on python 3.7 #7
Conversation
ivyleavedtoadflax
commented
Aug 10, 2019
•
edited
Loading
edited
- Minor fixes to crf_baseline and keras code to facilitate running on py3.7
- Add requirements.txt
- Update README.md
Squashes: DeprecationWarning: sklearn.externals.joblib is deprecated in 0.21 and will be removed in 0.23.
@Giovanni1085 this should be good to merge if you are happy with it. Currently fixes the crf_baseline and the keras models. I've not yet tried on tensorflow, but since I've added a specific requirements.txt for each, it shouldn't be a problem. |
@ivyleavedtoadflax thank you for your efforts. I had in mind an update to the readme files, not edits to the code directly as this breaks alignment with what we did in the paper, plus the TensorFlow part would remain not updated. I propose you put the 3.7 code in a separate folder, clearly marked as such, so that people can use it as they see fit. If you agree, please update the pull request accordingly. Alternatively, please feel free to fork and have the 3.7 version under your name. Thank you! |
How about we commit to a branch name python3.7? That way the code is in your repo, but doesn't interfere with the code as it was in the paper. |
That would be fine for me, but I worry no-one will notice its presence. You could still edit the readme file in the master branch to mention it. Alternatively, why not putting everything in a separate folder on master? |
Ok sure, I'll create a new folder when i get a moment 👍 |