MyungHa Kwon
MyungHa Kwon
validate 모드일 떄, `train_extractive.py`의 `validate_ext()`의 `validate()`, `test_ext()`가 순서대로 실행되는데 args.bert_data_path = 'PROJECT_PATH/ext/data/bert_data/valid_abs' 인 상태여서 `validate()` 함수에 쓰이는 데이터만 load되고, `test_ext()` 함수에 쓰이는 데이터인 'PROJECT_PATH/ext/data/bert_data/test' 폴더의 데이터들은 load 되지 않습니다. 아마...
안녕하세요. Mecab에서 "했다"의 "했"을 (했,XSV+EP)로 보여주는데, 이걸 (하,XSV), (았,EP) 이렇게 쓰고 싶습니다. Komoran 처리 결과처럼요. Mecab 리턴 결과에 포함되어 있기 때문에 개인적으로는 소스를 고쳐 쓰면 되는데 혹시 공식적으로 이런 표기를...
## Description I submitted my works and after 3 trials, it fails to show me information on "My submission" and "Job log" tab as below. It still happens when I...
**What this PR does / why we need it**: Added missing `import yaml` statement. **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the...
I'm running notebook- https://github.com/kubeflow/fairing/blob/master/examples/mnist/mnist_e2e_on_prem.ipynb And on the 4th cell ``` from kubernetes import client as k8s_client from kubernetes import config as k8s_config from kubeflow.fairing.utils import is_running_in_k8s pv_yaml = f''' apiVersion:...
Hello, I'm here to ask a question. It's not about code but about your paper. To my understanding, the last term of the training objective should be logP(yt_dep | Vg,...
Hello, Thanks for opening codes for this project. I want to check the proficiency change of every knowledge during learning process as in the figure 1, 3. of your LPKT...
# Summary I have 4 GPUs on my server and I want faiss to use only one GPU that I specified. How can set the id of GPU that faiss...
I saw `scores = dropout(scores)` in line 331 of `akt.py` This is the first time I see dropout applied to attention weight. Any reference or reason for this?
First commit : a_new_decorator should return wrapTheFunction(removed "()") Second commit : https://github.com/DDanggle/interpy-kr/issues/18