반응형 머신러닝1 [실험결과 재현 #2] Omni Aggregation Networks for Lightweight Image Super-Resolution, CVPR 2023 1. 가상환경 설정 conda create –n name python==3.8 pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113 pip install Matplotlib==3.3.4 pip install opencv-python pip install pyyaml pip install tqdm pip install numpy pip install tensorboardX pip install einops pip install thop 2. Training (1) 데이터 준비 - 위 논문 저자의 github 에서 Train.. 2023. 11. 30. 이전 1 다음 반응형