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

Feature/model save #8

Merged
merged 2 commits into from
Sep 8, 2021
Merged

Feature/model save #8

merged 2 commits into from
Sep 8, 2021

Conversation

chl8469
Copy link
Collaborator

@chl8469 chl8469 commented Sep 8, 2021

수정사항 확인했습니다.

모델 저장방식을 파일저장방식에서 DB에 바로 넣는 방식으로 저장했습니다.
이에따라 변경된 Table명과 Column명이 존재합니다.
ModelCore부분에서는
    LargeBinary 형태로 DB에 넣고 model_name으로 구분합니다.

저장방식이 바뀜에따라 수정된 부분
----
    predict.py : 파일을 읽어오는 방식에서 DB에서 읽는것으로 수정하였습니다.
    query.py : 읽어오는 table명과 column명 변경이 있어서 수정하였습니다.

그외 수정
----
    schemas.py : model명은 따로 받기위해 Prediction부분에서는 제외하였습니다.
    crud.py : filter -> filter_by
다른 학습도 고려해서 폴더로 분리하였습니다.

+ 임시로 넣어두었던 test_mnist는 제거하였습니다.
@chl8469 chl8469 merged commit a3105b5 into develop Sep 8, 2021
@chl8469 chl8469 deleted the feature/model_save branch September 8, 2021 07:31
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.

2 participants