From 715cf461b112d8aa1c467f6b0f3f66c738b23397 Mon Sep 17 00:00:00 2001 From: Sepehr Sameni Date: Sun, 4 Aug 2019 08:22:29 +0430 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 864ed27c43..b776b2970d 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ tensorboard --logdir /some/path - [Log GPU usage](https://williamfalcon.github.io/pytorch-lightning/Trainer/debugging/#Log-gpu-usage) - [Make model overfit on subset of data](https://williamfalcon.github.io/pytorch-lightning/Trainer/debugging/#make-model-overfit-on-subset-of-data) - [Print the parameter count by layer](https://williamfalcon.github.io/pytorch-lightning/Trainer/debugging/#print-the-parameter-count-by-layer) -- [Pring which gradients are nan](https://williamfalcon.github.io/pytorch-lightning/Trainer/debugging/#print-which-gradients-are-nan) +- [Print which gradients are nan](https://williamfalcon.github.io/pytorch-lightning/Trainer/debugging/#print-which-gradients-are-nan) ###### Distributed training