debugging and gpu guide

This commit is contained in:
William Falcon 2019-06-27 14:33:19 -04:00
parent 121c6af7b8
commit 44dd6077ba
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Otherwise, to Define a Lightning Module, implement the following methods:
--- ---
### training_ste**p ### training_step
``` {.python} ``` {.python}
def training_step(self, data_batch, batch_nb) def training_step(self, data_batch, batch_nb)