- Python Deep Learning Cookbook
- Indra den Bakker
- 92字
- 2021-07-02 15:43:09
How to do it...
- First, you need to check whether you have access to a CUDA-enabled NVIDIA GPU on your local machine. You can check the overview at https://developer.nvidia.com/cuda-gpus.
- If your GPU is listed on that page, you can continue installing CUDA and cuDNN if you haven't done that already. Follow the steps in the Installing CUDA and cuDNN section.
- If you don't have access to an NVIDIA GPU on your local machine, you can decide to use a cloud solution. Follow the steps in the Launching a cloud solution section.
推薦閱讀
- C# 7 and .NET Core Cookbook
- GitLab Cookbook
- TensorFlow Lite移動端深度學習
- Selenium Design Patterns and Best Practices
- Cassandra Design Patterns(Second Edition)
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Learning Probabilistic Graphical Models in R
- Visual FoxPro程序設(shè)計習題集及實驗指導(第四版)
- 深入實踐DDD:以DSL驅(qū)動復雜軟件開發(fā)
- 黑莓(BlackBerry)開發(fā)從入門到精通
- Java程序設(shè)計教程
- Getting Started with JUCE
- 軟件設(shè)計模式(Java版)
- RESTful Web API Design with Node.js(Second Edition)
- LibGDX Game Development By Example