[PYTHON] Führen Sie TensorFlow2 auf dem VPS-Server aus
Vorbereitung
- Sakura VPS
- Python 3.6.0
- TensorFlow 2.3.0
- Apache2
Im Folgenden finden Sie Vorbereitungen für die Verwendung von Flask in der Produktion.
Führen Sie Apache2 + WSGI + Flask aus
Installieren Sie TensorFlow
Pip Update
$ pip3 install --upgrade pip
Installieren Sie TensorFlow
python3 -m pip install tensorflow
Bestätigung
$ python3 -c "import tensorflow as tf; print( tf.__version__ )"
Zum Zeitpunkt des Schreibens dieses Artikels ist 2.3.0 zurück.
Referenzierte Site
- [TensorFlow unter Ubuntu installieren [Für die Version des maschinellen Lernsystems]](https://self-development.info/ubuntu%E3%81%ABtensorflow%E3%82%92%E3%82%A4%E3% 83% B3% E3% 82% B9% E3% 83% 88% E3% 83% BC% E3% 83% AB% E3% 81% 99% E3% 82% 8B% E3% 80% 90% E6% A9% 9F% E6% A2% B0% E5% AD% A6% E7% BF% 92% E3% 82% B7% E3% 82% B9% E3% 83% 86% E3% 83% A0% E5% 85% AC / )