Skip to content

Commit

Permalink
Move git clone for denoisplit into setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
msschwartz21 committed Aug 18, 2024
1 parent 412ddc7 commit 2b08f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
23 changes: 0 additions & 23 deletions 04_DenoiSplit/solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,6 @@
"</div>"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "39252aa8",
"metadata": {},
"outputs": [],
"source": [
"# a useful library developed by Google for maintaining the ML configs.\n",
"! pip install ml-collections wandb albumentations"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "23efb582",
"metadata": {
"lines_to_next_cell": 0
},
"outputs": [],
"source": [
"! git clone https://github.com/juglab/denoiSplit.git"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
3 changes: 2 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ if [[ "$CONDA_DEFAULT_ENV" == "$ENV" ]]; then
python -m ipykernel install --user --name "05_image_restoration"
fi

# Clone the COSDD repository
# 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

0 comments on commit 2b08f29

Please sign in to comment.