lightning/docs/source/rapid_prototyping_templates...

29 lines
758 B
ReStructuredText
Raw Normal View History

2020-10-11 13:35:51 +00:00
###########################
Rapid prototyping templates
###########################
Use these templates for rapid prototyping
***********
General Use
***********
Scratch template
----------------
The most general template with all the basic parts you need:
.. raw:: html
<a href="https://colab.research.google.com/drive/1rHBxrtopwtF8iLpmC_e7yl3TeDGrseJL?usp=sharing>">
<img alt="open in colab" src="http://bit.ly/pl_colab">
</a>
Manual optimization template
----------------------------
Use this if you want to own the FULL training loop
.. raw:: html
<a href="https://colab.research.google.com/drive/1nGtvBFirIvtNQdppe2xBes6aJnZMjvl8?usp=sharing">
<img alt="open in colab" src="http://bit.ly/pl_colab">
</a>