From b1bf0a8d9bcb714ad494a6bcda381014abb1dafa Mon Sep 17 00:00:00 2001 From: William Falcon Date: Mon, 12 Aug 2019 16:15:53 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2245eba3..bf4ed50a 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ from test_tube import Experiment exp = Experiment(save_dir=os.getcwd()) # train on cpu using only 10% of the data (for demo purposes) -# pass in experi +# pass in experiment for automatic tensorboard logging. trainer = Trainer(experiment=exp, max_nb_epochs=1, train_percent_check=0.1) # train on 4 gpus