From 06ce19069efb07269fb5c9fa69aa312aa22cfb0f Mon Sep 17 00:00:00 2001 From: Nereuxofficial <37740907+Nereuxofficial@users.noreply.github.com> Date: Fri, 3 Jul 2020 23:32:35 +0200 Subject: [PATCH] Update Deep-learning.rst Fixed Test Command --- Deep_learning/Deep-learning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deep_learning/Deep-learning.rst b/Deep_learning/Deep-learning.rst index 950aa95f..47f35cd2 100644 --- a/Deep_learning/Deep-learning.rst +++ b/Deep_learning/Deep-learning.rst @@ -163,7 +163,7 @@ Recommended:Install using published PyTorch ROCm docker image: :: - PYTORCH_TEST_WITH_ROCM=1 python3.6 test/run_test.py –-verbose + PYTORCH_TEST_WITH_ROCM=1 python3.6 test/run_test.py --verbose No tests will fail if the compilation and installation is correct.