davidADSP / Generative_Deep_Learning_2nd_Edition

The official code repository for the second edition of the O'Reilly book Generative Deep Learning: Teaching Machines to Paint, Write, Compose and Play.
https://www.oreilly.com/library/view/generative-deep-learning/9781098134174/
Apache License 2.0
990 stars 363 forks source link

Fix TensorFlow CPU-only package #26

Open rabalthazar opened 6 months ago

rabalthazar commented 6 months ago

Fixes non-GPU requirements. From TensorFlow pip installing guide (https://www.tensorflow.org/install/pip): For the CPU-only build, use the pip package named tensorflow-cpu.