Skip to content

Commit

Permalink
Uninstall keras in notebook to avoid the keras initializer fault.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 603012242
Change-Id: Icf0120e1baf1278862ea62402a86c9eac5932710
  • Loading branch information
Htomlinson14 authored and copybara-github committed Jan 31, 2024
1 parent 4f44731 commit 632ef57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/AlphaFold.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
" with tqdm.notebook.tqdm(total=100, bar_format=TQDM_BAR_FORMAT) as pbar:\n",
" with io.capture_output() as captured:\n",
" # Uninstall default Colab version of TF.\n",
" %shell pip uninstall -y tensorflow\n",
" %shell pip uninstall -y tensorflow keras\n",
"\n",
" %shell sudo apt install --quiet --yes hmmer\n",
" pbar.update(6)\n",
Expand Down

0 comments on commit 632ef57

Please sign in to comment.