Читать книгу Deep Learning for Physical Scientists - Edward O. Pyzer-Knapp - Страница 13
2.3.2.1 Installing TensorFlow 2.3.2.1.1 Without GPU
ОглавлениеNeural network training can be significantly accelerated through the use of graphical processing units (GPUs), however they are not strictly necessary. When using smaller architectures and/or working with small amounts of data, a typical central processing unit (CPU) will be sufficient. As such, GPU acceleration will not be required for many of the tasks in this book. Installing Tensorflow without CPU involves a single conda install command:
$> conda install –c conda-forge tensorflow