From e12c8ad21aeaa0e6181b51f7997ad351471897df Mon Sep 17 00:00:00 2001 From: William Falcon Date: Tue, 25 Jun 2019 18:22:10 -0400 Subject: [PATCH] updated args --- docs/source/examples/fully_featured_trainer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/examples/fully_featured_trainer.py b/docs/source/examples/fully_featured_trainer.py index 68ceb6376b..dfb90bb11b 100644 --- a/docs/source/examples/fully_featured_trainer.py +++ b/docs/source/examples/fully_featured_trainer.py @@ -171,8 +171,9 @@ if __name__ == '__main__': # format GPU layout os.environ["CUDA_DEVICE_ORDER"] = "PCI_BUS_ID" + # --------------------- # RUN TRAINING - pdb.set_trace() + # --------------------- # cluster and CPU if hyperparams.on_cluster: