Linux2 MlFlow Remote Server setting https://github.com/mlflow/mlflow GitHub - mlflow/mlflow: Open source platform for the machine learning lifecycleOpen source platform for the machine learning lifecycle - mlflow/mlflowgithub.com Dockerfile - docker-compose.yml 파일 생성 - 빌드 - compose up 순으로 진행artifact는 마운트된 nfs 폴더에 저장 Dockerfile# Use the official MLflow imageFROM ghcr.io/mlflow/mlflow:latest# Install psycopg2 and any other dependenc.. 2025. 3. 24. Super Resolution EDT 사용하기 Super resolution 모델 중 하나인 EDT를 사용한 내용을 정리한다. 1. 깃 repository 다운로드 및 package 설치 EDT 모델은 Python 3.7 버전 이상, pytorch 1.4 버전 이상에서 돌아간다. (적절하게 설치한다) git clone https://github.com/fenglinglwb/EDT.git 를 입력하여 git 다운로드 후, 다운받은 EDT 폴더에서 requirement 에 있는 package 들을 설치한다. pip install -r requirements.txt 2. test_sample.py 코드 수정 EDT 모델은 test_sample.py 코드를 돌려서 사용가능한데, git에 업로드된 코드에 오류가 있어 수정을 해야한다. nano test_sam.. 2022. 10. 8. 이전 1 다음