MyungHa Kwon

Results 33 comments of MyungHa Kwon

@inmoonlight Thanks for help. But I failed to submit before opening this issue though I made my submission file same format as example code. It says nothing but failed which...

Additional note: If I download example code and submit for testing, it still gives same submission failure(I know it downs't have model files).

@inmoonlight @JunYeopLee @marble25 @SungjoonPark Hello, did someone check this issue? 1. Is submission working well with well-formatted tar.gz file? 2. It still gives me an error when click "My submission"...

안녕하세요. 이 이슈에 대해 오래 전에 풀 리퀘스트를 남겼는데, 리뷰가 없어서 댓글 남겨 봅니다.

You need to add `import yaml` on the cell.

And also `msrestazure` library is needed to run the notebook.

Fixed issue 2. `tf.logging.INFO()` should be `tf.logging.info()`. TY.

Hi LydiaXiaohongLi, I recommend you to look into google's vocab first. There are various versions of vocab : English-Cased, English-uncased, Multilingual-Cased, Multilingual-uncased, etc. Those vocabs imply that lower-casing is an...

Subword vocab building algorithm will automatically separate 'hello,' into "hello" and ",". Because "," appears to be follow many other words like "wow,", "well,". So it won't be tied to...