Browse Source

Updating to 50K images.

Jason Antic 5 years ago
parent
commit
a612505014
1 changed files with 3 additions and 3 deletions
  1. 3 3
      ColorFIDBenchmarkArtistic.ipynb

+ 3 - 3
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"