Skip to content

Commit

Permalink
Remove empty cells
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Aug 19, 2024
1 parent d630774 commit 00bef89
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions create_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,6 @@
"# Save the session\n",
"dfp.save_session('.session/no_rot_256_50')"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "0827f170",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
8 changes: 0 additions & 8 deletions fp_unet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -669,14 +669,6 @@
"source": [
"model.save_session(f'.session/model_{data.filename}')"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "coated-island",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
8 changes: 0 additions & 8 deletions vectorization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -513,14 +513,6 @@
" os.makedirs(options.output_dir + '/svg/')\n",
"vector_image.save(options.output_dir + '/svg/' + options.image_name[0][:-4] + '.svg')"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "twelve-memorabilia",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 00bef89

Please sign in to comment.