From 2f5d251728847254467ba6a9a14d3c9c64916d2d Mon Sep 17 00:00:00 2001 From: Yang Gu Date: Wed, 5 Aug 2020 15:54:01 +0800 Subject: [PATCH] Fix errors caused by memory_format_tutorial --- .circleci/scripts/build_for_windows.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/scripts/build_for_windows.sh b/.circleci/scripts/build_for_windows.sh index 3e8a8faca08..76dceed53f8 100644 --- a/.circleci/scripts/build_for_windows.sh +++ b/.circleci/scripts/build_for_windows.sh @@ -44,8 +44,6 @@ python $DIR/remove_runnable_code.py beginner_source/aws_distributed_training_tut python $DIR/remove_runnable_code.py beginner_source/data_loading_tutorial.py beginner_source/data_loading_tutorial.py || true python $DIR/remove_runnable_code.py beginner_source/dcgan_faces_tutorial.py beginner_source/dcgan_faces_tutorial.py || true python $DIR/remove_runnable_code.py intermediate_source/model_parallel_tutorial.py intermediate_source/model_parallel_tutorial.py || true -python $DIR/remove_runnable_code.py advanced_source/static_quantization_tutorial.py advanced_source/static_quantization_tutorial.py || true -python $DIR/remove_runnable_code.py prototype_source/numeric_suite_tutorial.py || true -python $DIR/remove_runnable_code.py prototype_source/graph_mode_static_quantization_tutorial.py || true +python $DIR/remove_runnable_code.py intermediate_source/memory_format_tutorial.py intermediate_source/memory_format_tutorial.py || true make docs