- Python Deep Learning Cookbook
- Indra den Bakker
- 124字
- 2021-07-02 15:43:12
Using PyTorch’s dynamic computation graphs for RNNs
PyTorch is the Python deep learning framework and it's getting a lot of traction lately. PyTorch is the Python implementation of Torch, which uses Lua. It is backed by Facebook and is fast thanks to GPU-accelerated tensor computations. A huge benefit of using PyTorch over other frameworks is that graphs are created on the fly and are not static. This means networks are dynamic and you can adjust your network without having to start over again. As a result, the graph that is created on the fly can be different for each example. PyTorch supports multiple GPUs and you can manually set which computation needs to be performed on which device (CPU or GPU).
推薦閱讀
- C語言程序設計實踐教程(第2版)
- Visual C++程序設計教程
- PHP網(wǎng)絡編程學習筆記
- Windows Server 2012 Unified Remote Access Planning and Deployment
- TypeScript圖形渲染實戰(zhàn):基于WebGL的3D架構與實現(xiàn)
- Visual Basic程序設計與應用實踐教程
- Python Data Analysis(Second Edition)
- AutoCAD VBA參數(shù)化繪圖程序開發(fā)與實戰(zhàn)編碼
- Gradle for Android
- Fast Data Processing with Spark(Second Edition)
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- ASP.NET Web API Security Essentials
- Java并發(fā)實現(xiàn)原理:JDK源碼剖析
- Mapping with ArcGIS Pro
- GO語言編程從入門到實踐