-
Notifications
You must be signed in to change notification settings - Fork 531
[BUGFIX] Change sklearn accuracy metric to mxnet accuracy metric #1209
Conversation
Job PR-1209/2 is complete. |
Codecov Report
@@ Coverage Diff @@
## master #1209 +/- ##
=======================================
Coverage 87.42% 87.42%
=======================================
Files 81 81
Lines 7346 7346
=======================================
Hits 6422 6422
Misses 924 924 |
@leezu |
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.
And do you think there is other indentation problem in the output?
processing (NLP) has still been effectively improved in many ways. Along with | ||
the widespread use of embedding techniques, many other methods have been | ||
developed to further express the semantics and meanings of sentences with words: | ||
1. A vector representation of multiple words in a sentence can be concatenated |
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.
Would you please add a blank line before 1. to fix the indentation problem?
Thanks!
@StrayBird-ATSH I guess there is a little discrepancy in the notebook presented on the website and the tutorial in the master branch. (https://gluon-nlp.mxnet.io/examples/sentence_embedding/self_attentive_sentence_embedding.html) For example: heading in the master branch starts with" Training Structured Self-attentive Sentence Embedding", whereas on the website it is "A Structured Self-attentive Sentence Embedding". |
Hello Avinash, |
Job PR-1209/3 is complete. |
@StrayBird-ATSH I have made few changes. please review this. |
@leezu can you review this? |
@StrayBird-ATSH Please review this. |
@avinashsai why is the diff so large? Are you developing on Windows and introducing different line ending characters for example? Or did the file previously use the Windows Line ending? |
I think it's about notedown output command.
I ran 2nd command first as mentioned in gluonnlp website. However difference was very large and indentation is not proper. So I ran 1st command and it produced output similar to current tutorial. |
Many lines are unchanged but do show up as changed. Could you fix the PR so that you only change the actually intended to be changed lines? |
Fixed PR. Now it clearly shows the changes |
Job PR-1209/4 is complete. |
Iam not sure why the 2 checks failed |
I have restarted the CI for you. There has planned to be an update on CI to reduce the rate of unexpected failures. |
All checks have passed. Can you review this? |
Great! @leezu Please review this. Thanks! |
@leezu please review this |
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.
Thank you @avinashsai
partially fixes #886