-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add Python 3 support #3
Conversation
@chiwanpark 👍 |
@ummae Python 3에서 사용할 |
@chiwanpark 👏
|
7a4e4e7
to
5b04762
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
03622c3
to
841e2c6
Compare
0616c94
to
8eed86d
Compare
- Add six to requirements.txt and NOTICE.md - Fix typo in some codes
- Keras requires a thread-safe generator - See keras-team/keras#1638
65c58a8
to
f1b9e1f
Compare
위 코드로 학습시킨 모델로 dev 계산하여 채점하면 아래와 같은 점수를 얻을 수 있습니다.
버전에 따른 점수 차이는 Python 버전 별 해시 함수 차이(built-in hash vs mmh3)로 생각됩니다. |
👍 |
Python 3 지원을 위해 아래 사항을 수정했습니다.
six
라이브러리 추가 (py2/3 호환용, MIT license)y_vocab.cPickle
파일 다시 만들어야하는 부분 README에 추가기타 수정 사항
config.json
의 오타 수정 (preidct
->predict
)map_async
결과 timeout 시간 감소