Pytorch
Links
Zielsetzung
Pytorch ist ein Python-Framework zum Trainieren von Machine-Learning-Modellen.
Installation
- Welche Python-Version
- Welche CUDA-Version bzw. ROCm-Version
PROJ=mnist
mkdir $PROJ
cd $PROJ
pipenv install
Pytorch ist ein Python-Framework zum Trainieren von Machine-Learning-Modellen.
PROJ=mnist
mkdir $PROJ
cd $PROJ
pipenv install