Skip to content

Commit

Permalink
Install decomon from main branch for notebooks
Browse files Browse the repository at this point in the history
Now that keras3 branch is to be merged into main, we switch back to
main.
  • Loading branch information
nhuet authored and ducoffeM committed Jan 12, 2024
1 parent bcb66d4 commit a05e5af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tutorials/tutorial1_sinus-interactive.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"\n",
" # install dev version for dev doc, or release version for release doc\n",
" !{sys.executable} -m pip install -U pip\n",
" !{sys.executable} -m pip install git+https://github.com/airbus/decomon@keras3#egg=decomon\n",
" !{sys.executable} -m pip install git+https://github.com/airbus/decomon@main#egg=decomon\n",
" # install desired backend (by default tensorflow)\n",
" !{sys.executable} -m pip install \"tensorflow>=2.15\"\n",
" # ensure having keras 3 and not keras 2.15\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorial2_noise_sensor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"\n",
" # install dev version for dev doc, or release version for release doc\n",
" !{sys.executable} -m pip install -U pip\n",
" !{sys.executable} -m pip install git+https://github.com/airbus/decomon@keras3#egg=decomon\n",
" !{sys.executable} -m pip install git+https://github.com/airbus/decomon@main#egg=decomon\n",
" # install desired backend (by default tensorflow)\n",
" !{sys.executable} -m pip install \"tensorflow>=2.15\"\n",
" # ensure having keras 3 and not keras 2.15\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorial3_adversarial_attack.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"\n",
" # install dev version for dev doc, or release version for release doc\n",
" !{sys.executable} -m pip install -U pip\n",
" !{sys.executable} -m pip install git+https://github.com/airbus/decomon@keras3#egg=decomon\n",
" !{sys.executable} -m pip install git+https://github.com/airbus/decomon@main#egg=decomon\n",
" # install desired backend (by default tensorflow)\n",
" !{sys.executable} -m pip install \"tensorflow>=2.15\"\n",
" # ensure having keras 3 and not keras 2.15\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorial4_certified_over_estimation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"\n",
" # install dev version for dev doc, or release version for release doc\n",
" !{sys.executable} -m pip install -U pip\n",
" !{sys.executable} -m pip install git+https://github.com/airbus/decomon@keras3#egg=decomon\n",
" !{sys.executable} -m pip install git+https://github.com/airbus/decomon@main#egg=decomon\n",
" # install desired backend (by default tensorflow)\n",
" !{sys.executable} -m pip install \"tensorflow>=2.15\"\n",
" # ensure having keras 3 and not keras 2.15\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/z_Advanced/tensorboard-and-decomon.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
" # install dev version for dev doc, or release version for release doc\n",
" !{sys.executable} -m pip install \"tensorflow>=2.13\" \"tensorboard>=2.13\" \"keras>=2.13\"\n",
" !{sys.executable} -m pip install -U pip\n",
" !{sys.executable} -m pip install git+https://github.com/airbus/decomon@keras3#egg=decomon\n",
" !{sys.executable} -m pip install git+https://github.com/airbus/decomon@main#egg=decomon\n",
" # install desired backend (by default tensorflow)\n",
" !{sys.executable} -m pip install \"tensorflow>=2.15\"\n",
" # ensure having keras 3 and not keras 2.15\n",
Expand Down

0 comments on commit a05e5af

Please sign in to comment.