๋ฅ๋ฌ๋/Today I learned :
[๋ฅ๋ฌ๋] ํ ์ํ๋ก(tensorflow) ์ค์นํ๊ธฐ
์ฃผ์ ๐ฑ
2021. 4. 9. 11:53
728x90
๋ฐ์ํ
ํ ์ํ๋ก๋?
๋ฐ์ดํฐ ํ๋ก๊ทธ๋๋ฐ์ ์ํ ์คํ์์ค ์ํํธ์จ์ด ๋ผ์ด๋ธ๋ฌ๋ฆฌ
anaconda ํ๋กฌํฌํธ ๊ด๋ฆฌ์๋ชจ๋๋ก ์คํ
pip install --upgrade --user pip
conda install tensorflow
์ค์น ํ์ธ
python # ํ์ด์ฌ ์คํ
import tensorflow
exit() #์ข ๋ฃ
TFLearn ์ค์น
pip install tflearn
์ค์น ํ์ธ
python # ํ์ด์ฌ ์คํ
import tflearn
exit() #์ข ๋ฃ
TFLearn์ฌ์ฉ ์ํ ๋ช๊ฐ์ง ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ค์น
h5py ์ค์น
h5py ๋ฐ์ดํฐ(๋ฐ์ด๋๋ฆฌ ๋ฐ์ดํฐ ํ์) ๋ค๋ฃฐ ์ ์๊ฒ ํด์ฃผ๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ
conda install h5py
scipy
์ซ์๊ณ์ฐ ์ํ ๋ผ์ด๋ธ๋ฌ๋ฆฌ
conda install scipy
๋ฐ์ํ