LoginSignup
1
1

More than 3 years have passed since last update.

tensorflow_addons (tfa.image.rotate) で Colaboratory (Jupyter Notebook) のセッションがクラッシュするときの解決法

Last updated at Posted at 2020-05-19

解決法

現在デフォルトだと、tensorflow と tensorflow_addons の互換性が狂っているようなので、pip install で修正する。

! pip install tensorflow==2.1
! pip install tensorflow_addons==0.6.0 --no-deps

参考資料

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1