- 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).
推薦閱讀
- 簡單高效LATEX
- ASP.NET Core 2 and Vue.js
- Learning jQuery(Fourth Edition)
- Kotlin開發(fā)教程(全2冊)
- Distributed Computing in Java 9
- 微前端設(shè)計與實現(xiàn)
- Hands-On Dependency Injection in Go
- 實戰(zhàn)Python網(wǎng)絡(luò)爬蟲
- Keil Cx51 V7.0單片機(jī)高級語言編程與μVision2應(yīng)用實踐
- JavaScript Concurrency
- Node.js應(yīng)用開發(fā)
- Java EE實用教程
- Visual C++程序設(shè)計全程指南
- Developer,Advocate!
- Python程序設(shè)計