Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Noise2Void_2D_ZeroCostDL4Mic.ipynb #322

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion Colab_notebooks/Noise2Void_2D_ZeroCostDL4Mic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
"!pip install -q wget\n",
"!pip install -q fpdf2\n",
"!pip install -q memory_profiler\n",
"!pip install --upgrade tensorflow==2.13\n",
"\n",
"#!pip install -q keras==2.3.1\n",
"\n",
Expand Down Expand Up @@ -225,7 +226,7 @@
"source": [
"#@markdown ##Load key dependencies\n",
"\n",
"Notebook_version = '1.16.2'\n",
"Notebook_version = '1.16.3'\n",
"Network = 'Noise2Void (2D)'\n",
"\n",
"\n",
Expand Down Expand Up @@ -1883,6 +1884,10 @@
"source": [
"# **7. Version log**\n",
"---\n",
"<font size = 4>**v1.16.3**: \n",
"\n",
"* Freeze TensorFlow version to 2.13\n",
"\n",
"<font size = 4>**v1.16.2**: \n",
"\n",
"* Replaced all absolute pathing with relative pathing\n",
Expand Down
Loading