Skip to content

Commit

Permalink
clone denoisplit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Salmon committed Aug 20, 2024
1 parent e5f43b7 commit 448e2f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ cython_debug/
03_COSDD/COSDD
04_bonus_denoiSplit/tensorboard_logs/
04_bonus_Noise2Noise/logs/
04_DenoiSplit/denoiSplit/
04_DenoiSplit/denoisplit/
04_DenoiSplit/tensorboard_logs/
04_DenoiSplit/lightning_logs/
05_bonus_Noise2Noise/logs/
Expand Down
6 changes: 3 additions & 3 deletions 04_DenoiSplit/solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "47dbd8fb",
"metadata": {
"lines_to_next_cell": 0
Expand All @@ -68,13 +68,13 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"id": "84e96ca6",
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"sys.path.append('./denoiSplit')\n",
"sys.path.append('./denoisplit')\n",
"\n",
"from pytorch_lightning.loggers import TensorBoardLogger\n",
"from pytorch_lightning.callbacks import ModelCheckpoint\n",
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [[ "$CONDA_DEFAULT_ENV" == "$ENV" ]]; then
python -m ipykernel install --user --name "05_image_restoration"
# Clone the extra repositories
git clone https://github.com/krulllab/COSDD.git -b n_dimensional 03_COSDD/COSDD
git clone https://github.com/juglab/denoiSplit.git
git clone https://github.com/juglab/denoiSplit.git 04_DenoiSplit/denoisplit

# Download the data
python download_careamics_portfolio.py
Expand Down

0 comments on commit 448e2f8

Please sign in to comment.