seokiis / KNU-Project1

종합프로젝트1 - Kubernetes를 활용한 Hyper Parameter Tuning과 ML model 배포를 위한 MLOps 플랫폼 개발
0 stars 4 forks source link

[Backend] 11/17 수정해야 할 목록 #6

Closed Sion99 closed 1 year ago

Sion99 commented 2 years ago
yerim10044001 commented 2 years ago

파일 저장폴더 이름: UPLOAD_FOLDER 파일 저장 형식: id_filename

파라미터 저장폴더 이름: PARAM_FOLDER 파라미터 저장형식: id_parameter.json

plot html 저장폴더 이름: PLOT_FOLDER plot html 저장형식: id_plot.html

upload.py 파라미터(json파일로 저장됨) 파일 저장 시 저장경로 폴더 생성하기(폴더이름 통일하기)

test.py -> 삭제해도 되는 파일

pyplot.py -> 삭제해도 되는 파일

makeplot.py plot image 저장 파일 이름 변경(id_plot.html으로) plot image 저장 경로 수정(PLOT_FOLDER)

execute.py 쿠버네티스 연동 후 해야할 일: id_parameter.json 파일을 쿠버네티스 yaml파일로 만들어서 HPT 수행 후 결과 받은걸 바탕으로 makeplot 수행

download.py -> 수정필요

Sion99 commented 2 years ago
Sion99 commented 2 years ago