Skip to content
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

(JSON) base_config 설정이 안됩니다. #37

Open
ys7yoo opened this issue Apr 24, 2021 · 0 comments
Open

(JSON) base_config 설정이 안됩니다. #37

ys7yoo opened this issue Apr 24, 2021 · 0 comments

Comments

@ys7yoo
Copy link

ys7yoo commented Apr 24, 2021

안녕하세요?

귀중한 코드를 공개해 주셔서 감사합니다.
CLaF를 활용해서 KorQuAD 1.0 부터 결과를 재현해 보려고 차근차근 공부하고 있습니다.

다음 처럼 실행하면,

python train.py --base_config korquad/docqa

다음 부분에서 오류가 납니다.
https://github.com/naver/claf/blob/master/claf/config/args.py#L67

    if use_base_config:
        base_config_path = os.path.join("base_config", config.base_config)
        base_config_path = utils.add_config_extension(base_config_path)
        defined_config = utils.read_config()
        # config.overwrite(defined_config)

utils.read_config() 함수의 정의를 보니 입력 인수가 있어야 하는데, 위의 코드에서 입력 값이 없습니다.

def read_config(file_path):

args.py의 history를 확인해 보니 config를 yaml도 사용하도록 일반화 하는 과정에서 이 부분의 코드가 바뀐 것을 알게 되었습니다.
79ebc8e#diff-c801a539cf2c3ccab225f69b763cfce7573c3b90cb4349f4d0e6b1b98ad436fe

바로 윗줄까지 준비한 base_config_path 값을 사용하면 될까요?
Comment out 된 config.overwrite(defined_config) 후에
그 다음에 NestedNamespace를 다시 읽어오는 것 처럼 보이는데요.
원래 의도를 파악하기가 좀 어렵습니다.

바쁘시겠지만, 확인해 주시면 더 많은 사람들이 CLaF를 활용하는데 큰 도움이 될 것입니다.

감사합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant