Updating to 50K images.

This commit is contained in:
Jason Antic
2020-02-05 20:01:23 -08:00
parent 1931edc425
commit a612505014
+3 -3
View File
@@ -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"