From 1a605413e2513655418bb169084040f5333a5e28 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 31 Aug 2021 11:02:00 -0600 Subject: [PATCH] fix bad refactor --- vta/tutorials/frontend/deploy_classification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vta/tutorials/frontend/deploy_classification.py b/vta/tutorials/frontend/deploy_classification.py index 8f2bc6303d2ae..14e03328d6f83 100644 --- a/vta/tutorials/frontend/deploy_classification.py +++ b/vta/tutorials/frontend/deploy_classification.py @@ -100,7 +100,7 @@ # When target is 'pynq', reconfigure FPGA and runtime. # Otherwise, if target is 'sim', execute locally. -if env.TARGET not in ["tsim", "intelfocl"]: +if env.TARGET not in ["sim", "tsim", "intelfocl"]: # Get remote from tracker node if environment variable is set. # To set up the tracker, you'll need to follow the "Auto-tuning