[BUGFIX] Remove test set from validation#1228
Conversation
|
Job PR-1228/1 is complete. |
Codecov Report
@@ Coverage Diff @@
## master #1228 +/- ##
=======================================
Coverage 87.45% 87.45%
=======================================
Files 81 81
Lines 7365 7365
=======================================
Hits 6441 6441
Misses 924 924 |
eric-haibin-lin
left a comment
There was a problem hiding this comment.
We still need the functionality to get test score for GNMT. For transformer, we have that in the infer_transformer.py. Can we add an option in train_gnmt that only does inference on the test set?
|
Similarly, an argument should be added in |
eric-haibin-lin
left a comment
There was a problem hiding this comment.
No, no need to add that option to train_transformer.py since we already have a dedicated script for transformer inference
|
@StrayBird-ATSH GluonNLP-py3-master-gpu-doc is failing. |
|
Thanks for reminding. I have noticed it on some other pull request. It might be due to some global internet connectivity failures. We are sorting out reasons. |
|
@StrayBird-ATSH Any updated on this? |
|
@StrayBird-ATSH can you restart builds to see if the issue has been resolved? |
|
OK. I will have a look into it. |
|
@StrayBird-ATSH I guess the error is fixed. If possible, can you restart builds? |
Yes, would you please merge the latest |
rebase master
|
Job PR-1228/10 is complete. |
|
@eric-haibin-lin please review this |
|
thanks for the contribution! |
Fixes #372