Update README.md
This commit is contained in:
parent
3be557dc5b
commit
db0c94e4a4
|
@ -89,7 +89,8 @@ trainer = pl.Trainer(gpus=8, precision=16)
|
|||
trainer.fit(model, train_loader)
|
||||
```
|
||||
|
||||
Other examples:
|
||||
Other examples:
|
||||
[MNIST hello world](https://colab.research.google.com/drive/1F_RNcHzTfFuQf-LeKvSlud6x7jXYkG31#scrollTo=gEulmrbxwaYL)
|
||||
[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)
|
||||
|
|
Loading…
Reference in New Issue