Rename variables (#124)

-   data_batch → batch
-   batch_i → batch_idx
-   dataloader_i → dataloader_idx
-   tng → training
-   training_dataloader → train_dataloader
-   add_log_row_interval → row_log_interval
-   gradient_clip → gradient_clip_val
-   prog → progress
-   tqdm_dic → tqdm_dict
This commit is contained in:
Alok Singh
2019-09-25 19:05:06 -04:00
committed by William Falcon
parent 3d16a686b3
commit b0a0a47a0b
17 changed files with 198 additions and 198 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ self.experiment.add_scalars(...)
Total training batches seen across all epochs
---
#### gradient_clip
#### gradient_clip_val
The current gradient clip value
---