Update RequiredTrainerInterface.md

This commit is contained in:
William Falcon 2019-08-04 07:32:18 -05:00 committed by GitHub
parent f36655afc4
commit 6073bf4554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ class CoolModel(ptl.LightningModule):
The LightningModule interface is on the right. Each method corresponds to a part of a research project. Lightning automates everything not in blue. The LightningModule interface is on the right. Each method corresponds to a part of a research project. Lightning automates everything not in blue.
<p align="center"> <p align="center">
<a href="https://github.com/williamFalcon/pytorch-lightning/blob/master/docs/source/_static/overview.jpg"> <a href="https://github.com/williamFalcon/pytorch-lightning/blob/master/docs/source/_static/overview_flat.jpg">
<img alt="" src="https://github.com/williamFalcon/pytorch-lightning/blob/master/docs/source/_static/overview.jpg" height="800px"> <img alt="" src="https://github.com/williamFalcon/pytorch-lightning/blob/master/docs/source/_static/overview_flat.jpg" height="900px">
</a> </a>
</p> </p>