From a6125050143263995ffabdd6f87dd345cf4b7147 Mon Sep 17 00:00:00 2001 From: Jason Antic Date: Wed, 5 Feb 2020 20:01:23 -0800 Subject: [PATCH] Updating to 50K images. --- ColorFIDBenchmarkArtistic.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ColorFIDBenchmarkArtistic.ipynb b/ColorFIDBenchmarkArtistic.ipynb index 1270ad8..4610fa0 100644 --- a/ColorFIDBenchmarkArtistic.ipynb +++ b/ColorFIDBenchmarkArtistic.ipynb @@ -14,7 +14,7 @@ "outputs": [], "source": [ "import os\n", - "os.environ['CUDA_VISIBLE_DEVICES']='3'\n", + "os.environ['CUDA_VISIBLE_DEVICES']='1'\n", "os.environ['OMP_NUM_THREADS']='1'" ] }, @@ -67,8 +67,8 @@ "#path_rendered = path_results/'rendered'\n", "\n", "#num_images = 2048\n", - "num_images = 15000\n", - "#num_images = 50000\n", + "#num_images = 15000\n", + "num_images = 50000\n", "render_factor=35\n", "fid_batch_size = 4\n", "eval_size=299"