原文地址:https://github.com/soumith/cvpr2015/blob/master/Deep%20Learning%20with%20Torch.ipynb Deep Learning with Torch: the 60-minute blitz Goal of this talk Understand torch and the neural networks package at a high-level. Train a small neural network o…
本章主要针对pytorch0.4.0英文文档的前两节,顺序可能有些不一样: torch torch.Tensor 张量 Tensors Data type CPU tensor GPU tensor type 32-bit floating point torch.FloatTensor torch.cuda.FloatTensor torch.float32 64-bit floating point torch.DoubleTensor torch.cuda.DoubleTensor tor…