Skip to content

Commit

Permalink
updated the data source
Browse files Browse the repository at this point in the history
  • Loading branch information
ashesh-0 committed Apr 18, 2024
1 parent b14de52 commit fa7013d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion denoisplit/notebooks/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"source": [
"import os\n",
"\n",
"data_dir = \"/group/jug/ashesh/data/BioSR/\" # FILL IN THE PATH TO THE DATA DIRECTORY\n",
"data_dir = \"/group/dl4miacourse/image_restoration/BioSR\" # FILL IN THE PATH TO THE DATA DIRECTORY\n",
"work_dir = \".\"\n",
"tensorboard_log_dir = os.path.join(work_dir, \"tensorboard_logs\")\n",
"os.makedirs(tensorboard_log_dir, exist_ok=True)"
Expand Down Expand Up @@ -656,6 +656,9 @@
"jupytext": {
"cell_metadata_filter": "all",
"main_language": "python"
},
"language_info": {
"name": "python"
}
},
"nbformat": 4,
Expand Down

0 comments on commit fa7013d

Please sign in to comment.