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

디렉토리 구조에 관한 논의 #8

Open
simigami opened this issue Sep 22, 2024 · 0 comments
Open

디렉토리 구조에 관한 논의 #8

simigami opened this issue Sep 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@simigami
Copy link
Contributor

feature/template_enhance 브랜치를 기준으로 작업을 해봤는데 src 이하의 디렉토리 구조를 이해하는데 좀 어려움이 있어서 다음의 변화가 있으면 좋을 것 같아 이슈로 올립니다.

  1. data폴더를 src폴더 하위 'src/data'로 하고 gitignore에 추가.

  2. config 폴더 삭제 및 config.yaml을 'src/config.yaml'에 위치하기.

  3. argparser로 인자 줄 때 경로 정보는 절대 정보로 입력하여 넣기. (os.path.join 등으로)
    util, model.py와 같이 src 바로 하위에 있지 않고 디렉토리 안에 들어가 있는 모듈 py의 경우 결국 argparser의 인자를 사용하기 때문에
    애초에 처음부터 run.py에서 절대경로로 인자 값을 주면 os path not found error가 생기지 않습니다.

의견 있으시면 자유롭게 답변해주세요

@simigami simigami added enhancement New feature or request question Further information is requested labels Sep 22, 2024
@simigami simigami self-assigned this Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant