Update README.md
This commit is contained in:
parent
423b82ea6c
commit
a5c19ea784
|
@ -85,7 +85,10 @@ trainer = pl.Trainer(gpus=8, precision=16)
|
||||||
trainer.fit(mnist_model, train_loader)
|
trainer.fit(mnist_model, train_loader)
|
||||||
```
|
```
|
||||||
|
|
||||||
[MNIST, GAN, BERT, DQN on COLAB!](https://colab.research.google.com/drive/1F_RNcHzTfFuQf-LeKvSlud6x7jXYkG31#scrollTo=HOk9c4_35FKg)
|
Other examples:
|
||||||
|
[GAN](https://colab.research.google.com/drive/1F_RNcHzTfFuQf-LeKvSlud6x7jXYkG31#scrollTo=P0bSmCw57aV5)
|
||||||
|
[BERT](https://colab.research.google.com/drive/1F_RNcHzTfFuQf-LeKvSlud6x7jXYkG31#scrollTo=7uQVI-xv9Ddj)
|
||||||
|
[DQN](https://colab.research.google.com/drive/1F_RNcHzTfFuQf-LeKvSlud6x7jXYkG31#scrollTo=NWvMLBDySQI5)
|
||||||
[MNIST on TPUs](https://colab.research.google.com/drive/1-_LKx4HwAxl5M6xPJmqAAu444LTDQoa3)
|
[MNIST on TPUs](https://colab.research.google.com/drive/1-_LKx4HwAxl5M6xPJmqAAu444LTDQoa3)
|
||||||
|
|
||||||
## What is it?
|
## What is it?
|
||||||
|
|
Loading…
Reference in New Issue