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

feat: CNN model training #77

Merged
merged 8 commits into from
Apr 21, 2024
Merged

feat: CNN model training #77

merged 8 commits into from
Apr 21, 2024

Conversation

classaen7
Copy link
Contributor

@classaen7 classaen7 commented Mar 8, 2024

Overview

To Reviewer

  • 코드 설명 : feat: stock data transformation & model baseline #76 참고
  • 코드 실행
    1. python data_generate/get_stock_data.py : stock_csv 생성
    2. (선택) python data_generate/csv_to_pickle.py : pickle data 생성
    3. config.json에서 csv_dir, pickle_dir 경로 및 하이퍼파라미터 지정
    4. python train.py -c config.json

Issue Tags

* feat: get stock data & rasterize

#75

* feat: codes for train

#75
@classaen7 classaen7 changed the title develop develop: model Mar 8, 2024
@2018007956 2018007956 changed the base branch from main to develop March 8, 2024 05:52
classaen7 and others added 3 commits March 10, 2024 23:31
* remove: baseline_model

#86

* feat: data_generate_codes

#86

* feat: pytorch-template

#86

* fix: model call

#86
* remove: useless files

#88

* feat: ignore folder where model results are saved

#88

* remove: mnist codes

#88

* feat: poetry settings

#88

* remove: useless codes

#88

* fix: print statement

#88

* remove: tensorboard logging

#88

---------

Co-authored-by: xxxtenta <classaen7@naver.com>
* feat: add poetry packages

#82

* feat: MLflow logging

#82

* feat: ignore model's by-product

#82

* fix: code bugs

#82

* feat: poetry add glances

#82
@2018007956 2018007956 changed the base branch from develop to main April 21, 2024 07:48
@2018007956 2018007956 changed the title develop: model feat: CNN model training Apr 21, 2024
@2018007956 2018007956 force-pushed the dev/model branch 2 times, most recently from 86c148a to 2f19d5a Compare April 21, 2024 09:11
@2018007956 2018007956 merged commit 6e168e7 into main Apr 21, 2024
@2018007956
Copy link
Contributor

배포와 관련 없는 브랜치이기 때문에 main 병합을 하지 않고 열어두다가
PR정리 하면서 main에 머지하였습니다.

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

Successfully merging this pull request may close these issues.

[FEAT] 모델 학습 코드 pytorch-template 이식
2 participants