일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- pycharmerror
- CS231nAssignment1
- Gilbert Strang
- BAEKJOON
- 선형대수학
- Algorithm
- MIT
- BOJ
- 아이폰원스토어
- CS231nAssignments
- CS231ntwolayerneuralnet
- gpumemory
- CNNarchitecture
- arm칩에안드로이드
- professor strang
- 백준알고리즘
- MacOS
- 맥북원스토어
- monoculardepthestimation
- Linear algebra
- 백준
- ㅐㅕ세ㅕㅅ
- CS231n
- 맥실리콘
- CNN구조정리
- CS231nSVM
- adversarialattackonmonoculardepthestimation
- RegionProposalNetworks
- ios원스토어
- 선대
- Today
- Total
개발로 하는 개발
General Virtual Sketching Framework for Vector Line Art 코드 돌리기 - 환경 설정 본문
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
Releases
Become a Member Stay up to date on OpenCV and Computer Vision news Join our Newsletter
opencv.org
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/
Tensorflow Plugin - Metal - Apple Developer
Accelerate the training of machine learning models with TensorFlow right on your Mac.
developer.apple.com
'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 |