当前位置:
首页 >
安装keras and theano于google colab上
发布时间:2025/3/18
44
豆豆
生活随笔
收集整理的这篇文章主要介绍了
安装keras and theano于google colab上
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
colab
一种非常友好的免费的云电脑,Google账号登录
登录网址在这里:
https://colab.research.google.com/notebooks/intro.ipynb#recent=true
输入这几行代码
import os # system information os.environ["KERAS_BACKEND"] = "theano" # import theano import keras.backend # import theano as backend import tensorflow as tf # just in case, get the tensorflow from tensorflow import keras # just in case, get the tensorflow测试
好像问题不大
总结
以上是生活随笔为你收集整理的安装keras and theano于google colab上的全部内容,希望文章能够帮你解决所遇到的问题。