(Mainly quoted from its official website) Summary: 1. TensorFlow™ is an open source software library. 2. Virtualenv is a tool to create isolated Python environments. 3. Docker: An image is a executable package. A container is a runtime instance of an
Section 0 :Induction of CUDA CUDA是啥?CUDA®: A General-Purpose Parallel Computing Platform and Programming Model 为什么用显卡就可以实现比CPU高得多的运算性能呢?这要从GPU的结构讲起: GPU天生是为了图像处理而设计的,讲道理的话它能处理一些简单的运算工作(比如单独的顶点和线段).但是在一个GPU中包含了许多个流处理器(Stream Processor),这些流处理器都可以并行工作.I