Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 맥실리콘
- CNNarchitecture
- CS231ntwolayerneuralnet
- RegionProposalNetworks
- 선형대수학
- arm칩에안드로이드
- CS231nAssignments
- CS231nSVM
- Algorithm
- Gilbert Strang
- pycharmerror
- monoculardepthestimation
- CNN구조정리
- BAEKJOON
- Linear algebra
- MacOS
- 아이폰원스토어
- adversarialattackonmonoculardepthestimation
- MIT
- 맥북원스토어
- professor strang
- gpumemory
- 백준
- CS231n
- ios원스토어
- 백준알고리즘
- 선대
- BOJ
- ㅐㅕ세ㅕㅅ
- CS231nAssignment1
Archives
- Today
- Total
개발로 하는 개발
General Virtual Sketching Framework for Vector Line Art 코드 돌리기 - 환경 설정 본문
Projects/Capstone
General Virtual Sketching Framework for Vector Line Art 코드 돌리기 - 환경 설정
jiwon152 2023. 9. 18. 12:48Tensorflow==1.15
opencv-python==3.4.2.*
pillow==6.2.0
scipy==1.5.2
gizeh==0.1.11
After python version 3.7, tensorflow 1.5 wasn't supported, so we are going to make a venv with python 3.7 version first.
python -m venv virtualSketch
source virtualSketch(venv_name)/bin/activate
#check the python version
python --version
venv activate 하기 -> 앞에 (환경 이름) 붙게 됨
python version 확인하기
deactivate
나중에 비활성화할 때
지금은 venv 활성화 한 상태에서
pip install -r requirements.txt
tensorflow
SYSTEM_VERSION_COMPAT=0 pip install tensorflow-macos tensorflow-metal
However, tensorflow for apple silicon is not supported due to requirements. So, I would not be able to train this on my mac. I hope to find some desktops or cloud GPUs that are compatible with python 3.7 and tensorflow-gpu.
https://developer.apple.com/metal/tensorflow-plugin/
'Projects > Capstone' 카테고리의 다른 글
[졸업프로젝트] UI를 이용한 Image Completion 모델과의 협업 구현하기 (0) | 2024.05.09 |
---|---|
Web Quickdraw game using QuickDraw dataset (0) | 2024.01.14 |
[졸업프로젝트] Image completion (1) | 2023.11.24 |
SketchHealer code 돌리기 (0) | 2023.11.22 |