Skip to content

Commit

Permalink
Change relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
ccl-core authored Dec 1, 2023
1 parent 10bc343 commit 530c9f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/mlcroissant/recipes/tfds_croissant_builder.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"!git clone https://github.com/mlcommons/croissant.git\n",
"%cd croissant/python/mlcroissant\n",
"!pip install -e .[git]\n",
"%cd ../../../../\n",
"\n",
"!pip install array_record\n",
"!pip install tfds-nightly\n",
Expand Down Expand Up @@ -101,7 +102,7 @@
"outputs": [],
"source": [
"builder = CroissantBuilder(\n",
" file=\"../../../datasets/fashion-mnist/metadata.json\",\n",
" file=\"../../datasets/fashion-mnist/metadata.json\",\n",
" record_set_names=[\"default\"],\n",
" file_format='array_record',\n",
" )"
Expand Down

0 comments on commit 530c9f7

Please sign in to comment.