From cea614088abbe26114ed7cf3fe975cf71b124a9e Mon Sep 17 00:00:00 2001 From: Wu Han Date: Mon, 4 Oct 2021 15:45:25 +0100 Subject: [PATCH] [fix] precompute.py args not used --- precompute.py | 1 - 1 file changed, 1 deletion(-) diff --git a/precompute.py b/precompute.py index a805c34..766a343 100644 --- a/precompute.py +++ b/precompute.py @@ -9,7 +9,6 @@ if IMAGENET_PATH == "": raise ValueError("Please open precompute.py and set IMAGENET_PATH") s = (299, 299, 3) - dataset = sys.argv[1] last_j = 0 sess = tf.InteractiveSession() x = tf.placeholder(tf.float32, s)