This method is highly recommended to get started with DeepChem. Why? At this time of writing, Google has recently replaced Tesla K80 with Tesla T4, which is an AI inference accelerator GPU with tensor cores and 16 GB of memory:
As mentioned in Chapter 10, Accelerated Machine Learning on GPUs, it remains free to access for anyone with a Google account. An AI accelerator built for inference is intriguing, because that is a very important feature in one-shot learning, as discussed earlier. The Tesla T4 GPU belongs to the Turing architecture.
We are going to use a system-wide strategy but on Colab only. So, you can safely ...