Skip to content

Commit bbce15c

Browse files
committed
Added paired_desc option in the dataset visualization notebook
1 parent 3d7bcd6 commit bbce15c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notebooks/visualize_exported_dataset.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"# Initialize the wireframe dataset\n",
4949
"with open(\"../sold2/config/wireframe_dataset.yaml\", \"r\") as f:\n",
5050
" config = yaml.safe_load(f)\n",
51+
"config['return_type'] = 'paired_desc'\n",
5152
"\n",
5253
"wireframe_dataset = WireframeDataset(mode=\"test\", config=config)"
5354
]
@@ -390,7 +391,7 @@
390391
"name": "python",
391392
"nbconvert_exporter": "python",
392393
"pygments_lexer": "ipython3",
393-
"version": "3.7.5"
394+
"version": "3.6.9"
394395
},
395396
"mimetype": "text/x-python",
396397
"name": "python",

0 commit comments

Comments
 (0)