Ben Chuanlong Du's Blog

It is never too late to learn.

Tensor Transformations in TorchVision

Comments

  1. Transformations in torchvision.transforms work on images, tensors (representing images) and possibly on numpy arrays (representing images). However, a transformation (e.g., ToTensor) might work differently on different input types. So you'd be clear about what exactly a transformation function does. A good practice is to always convert your non-tensor input data to tensors using the transformation ToTensor

Tips on TVM

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement! TVM is an open deep learning compiler stack for CPUs, GPUs, and specialized accelerators. It aims to close the gap between the productivity-focused deep learning frameworks, and the performance- or efficiency-oriented …

Public Cloud Offering GPU Support

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://lambdalabs.com/

https://www.floydhub.com/

https://colab.research.google.com/notebooks/intro.ipynb#recent=true

Amazon AWS

Below is a list of instances that have 1 GPU on Amazon …