목차
py -3.8 -m venv myvenv
pip install virtualvenv
virtualenv 가상환경이름 --python=버전
conda create -n 가상환경이름 python=버전
'machine learning' 카테고리의 다른 글
간단한 GAN 모델 트레이닝 - MNIST dataset (0) | 2024.07.08 |
---|---|
Tensorboard 사용하기 (0) | 2024.07.08 |
AttributeError: module 'tensorflow' has no attribute 'Summary' (0) | 2024.07.08 |
keras_contrib 인스톨 하기 (0) | 2024.07.08 |
python으로 새로운 가상환경 만들기 (0) | 2024.07.07 |