From 3a220b77356f87b69d63d13860b4547968227971 Mon Sep 17 00:00:00 2001 From: "sakaia@jp.fujitsu.com" Date: Mon, 27 May 2019 13:42:31 +0900 Subject: [PATCH] Fix filename for download_saved_models This fix reflects examples #379 changes. https://github.com/pytorch/examples/pull/379/commits --- advanced_source/ONNXLive.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced_source/ONNXLive.rst b/advanced_source/ONNXLive.rst index 4322bf4060d..21380e43405 100644 --- a/advanced_source/ONNXLive.rst +++ b/advanced_source/ONNXLive.rst @@ -63,7 +63,7 @@ For now, we'll just download pre-trained models with the script provided by the .. code-block:: bash - ./download_saved_models.sh + python download_saved_models.py This script downloads the pre-trained PyTorch models and puts them into the ``saved_models`` folder.