Commit Graph

9 Commits

Author SHA1 Message Date
Jirka Borovec f2021ed225
docs: lightning-bolts (#6967) 2021-04-13 18:49:48 +00:00
Eric Cousineau e886d55ac1
argparse: Add use_argument_group=True (#6088)
* argparse: Add inplace option

Replicate in GAN model

* datamodule: Deduplicate logic w/ argparser utilities

* Update pl_examples/domain_templates/generative_adversarial_net.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>

* Keep docstrings

* Correct name

* Whitespace

* Consistency

* fix weird type stuff

* try alt - use_argument_group

* fix syntax + lint

* fix ci errs

* fix ci

* change examples... still failing w/ "unrecognized arguments: --batch_size"

* address review

* mnist_datamodule: add some docstrings

* argparse: check cls or cls.__init__ for param

didn't capture issue, but meh

* fix lint

* fix no-doc edge case

* address review

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
2021-03-11 10:50:49 -05:00
Rohit Gupta c7130b7e1e
Update with GitHub Discussions (#6186) 2021-02-25 00:28:23 +05:30
Jirka Borovec d5c107fa96
Docs: move images (#5756)
* move images

* logo
2021-02-03 15:08:19 +00:00
Shachar Mirkin 9b1e4b259d Add Google Colab badges (#5111)
* Add colab badges to notebook

Add colab badges to notebook to notebooks 4 & 5

* Add colab badges

Co-authored-by: chaton <thomas@grid.ai>
2021-01-05 09:57:37 +01:00
chaton 854c13673b
add congratulations at the end of our notebooks (#4555)
* add congratulations at the end of our notebooks

* udpate image
2020-11-07 12:05:29 +00:00
Jirka Borovec 4722cc0bf0
prune Results usage in notebooks (#3911)
* notebooks

* notebooks
2020-10-06 16:57:56 -04:00
Nathan Raw ba01ec9dbf
Edited using Colaboratory (#3601) 2020-09-22 13:15:25 -04:00
Nathan Raw 6685b49db3
add lightning colab tutorial notebooks (#3591)
*  add lightning colab tutorial notebooks

* Update notebooks/01-mnist-hello-world.ipynb

* Update notebooks/03-basic-gan.ipynb

* Update notebooks/04-transformers-text-classification.ipynb

* Update notebooks/02-datamodules.ipynb

* add jupytext

* 🐛 comment ipynb related things in conf.py

* 🔥 remove .py files

Co-authored-by: Jirka Borovec <jirka@pytorchlightning.ai>
2020-09-21 19:31:59 -06:00