Python
Jump to navigation
Jump to search
GPU AI Programmierung
Was benötigt man, um mit einer NVIDIA GTX 1660 TI GPU-Programmierung zu tun?
- cuDNN
- CUDA Toolkit
- benoetigt Visual Studio
- Python
- Tensorflow
Tensorflow
- ist kompatibel mit Python 3.8 - 3.11
- ist kompatibel mit Windows 7 oder hoeher
- Tensorflow 2 benoetigt pip version > 19.0
IDE
Libarys
os
import os
Datei einlesen
with open(fileName) as f:
lines = f.readlines()
Web Programmierung