sony / ai-research-code

Apache License 2.0
347 stars 65 forks source link

Update colab demo scripts to use nnabla-ext-cuda114 #68

Closed TomonobuTsujikawa closed 1 year ago

TomonobuTsujikawa commented 1 year ago

Google Colab was upgraded: https://colab.research.google.com/notebooks/relnotes.ipynb#scrollTo=mNnf5izyVyF0+ It shows that cuda in colab has been upgraded to 11.2.

So, we will change to use nnabla-ext-cuda114, and it is compatible with current colab cuda environment.

This is same as this change.