腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
如何降低
colab
中Keras的等级?"NotFoundError:没有算法有效!“
、
“,该架构是基于较早
版本
的
tensorflow
(前2.0.0
版本
)开发的,运行在
Colab
上
。现在,Google已经更新了
Tensorflow
(后2.0.0
版本
)和Keras的
版本
。在这里提出的问题之后,我将
Tensorflow
降级
为1.15.0:,我使用这个命令将
Tensorflow
降级
:i
浏览 1
提问于2020-09-11
得票数 0
回答已采纳
3
回答
如何在
colab
中将
tensorflow
版本
降级
?
、
我使用的是pip3 install
tensorflow
==1.8.0,但它不支持图形处理器。所以我使用了pip3 install
tensorflow
-gpu==1.8.0,但它仍然会引发一个异常tensorboard 1.10.0
tens
浏览 383
提问于2018-08-17
得票数 24
1
回答
在
colab
上
降级
tensorflow
版本
、
、
我
在
colab
上
安装旧
版本
的
tensorflow
时遇到了问题。我在上尝试了建议的解决方案,但没有任何成功。有什么建议吗? 链接至
colab
:
浏览 14
提问于2020-05-14
得票数 0
回答已采纳
1
回答
奇怪的“model.summary”格式
、
、
、
、
实际
上
,它缺少分隔层的下划线。 有没有人得到过这个?我想知道这是不是有什么原因,会不会影响我的结果,:<,enter image description here,提前谢谢。
浏览 20
提问于2021-11-12
得票数 0
回答已采纳
2
回答
Google
Colab
GPUs 1.x
、
、
有谁知道如何使用Google
Colab
/
Colab
Pro的GPU for
tensorflow
版本
1.x?我尝试将我的CUDA10.1
降级
到10.0 (这不起作用),同时安装
tensorflow
gpu==1.14 (建议这样做,因为这可能会降低性能)。
浏览 0
提问于2020-06-26
得票数 1
1
回答
Tensorboard
在
具有稳定基线的学习过程中停止
在
Google中更新
、
、
我正在使用PPO稳定的基线
在
谷歌
Colab
与Tensorboard激活跟踪培训进度,但在大约100-200 K的时间步骤,张力板停止更新,即使模型仍然
在
训练(学习),还有谁有这个问题,并知道它的解决办法
浏览 4
提问于2022-05-12
得票数 0
回答已采纳
1
回答
训练我的CNN时出错: ValueError: Shape必须是2级,但却是4级
、
、
、
、
我正在设计一个用于图像分割的CNN。def create_and_compile_model(): Conv2D(8, (3, 3), activation='relu', padding='same',input_shape=(64,64,3)), Conv2D(16, (3, 3), activation=
浏览 11
提问于2021-06-08
得票数 0
1
回答
谷歌协作会话
在
填满洗牌缓冲区时突然结束
、
、
注意:我之前曾尝试
在
我的PC
上
训练算法,并且没有删除从上一次训练会话中生成的检查点文件。这可能就是问题所在吗? 代码: !pip install --upgrade pipimport
tensorflow
as tfprintm() from google.
colab<
浏览 13
提问于2020-10-19
得票数 3
回答已采纳
1
回答
AttributeError:即使
在
第131行将tf.gfile.*更改为tf.io.gfile.*时,模块“”
tensorflow
“”也没有属性“”gfile“”
、
、
、
label_map_util.py", line 132, in load_labelmapAttributeError: module '
tensorflow
label_map_util.py", line 132, in load_labelmapAttributeError: module '
tensorflo
浏览 10
提问于2021-01-08
得票数 0
3
回答
如何在Google
colab
中更改Keras/
tensorflow
版本
?
、
、
、
我
在
google colaboratory
上
使用keras/
tensorflow
,我需要返回到以前的
版本
。我该如何解决这个问题?
浏览 2
提问于2018-08-23
得票数 14
1
回答
bertseq2seq : RuntimeError: variable_scope模块_1/未使用,但已获取相应的name_scope
、
、
当我试图从
Colab
上
的TFHub运行bertseq2seq时,我得到了这个错误。请帮助解决此错误。(我正在尝试
colab
,因为我已经
在
我的机器
上
使用了TF2,不想因为
降级
或使用并行TF1而把事情搞糟。如果成功,我将尝试
在
服务器
上
安装TF1 ) %
tensorflow
_version 1.x import
tensorflow
_h
浏览 44
提问于2021-04-07
得票数 0
回答已采纳
1
回答
Colab
: UnknownError:使用TF-2.5时未能得到卷积算法
、
、
在
Google
上
使用
tensorflow
2.5时,我似乎遇到了问题。我假设在CUDA
版本
和/或CuDNN
版本
之间存在一些不兼容。我该怎么治好他们?import
tensorflow
as tffrom
tensorflow
.kerasimport layers
浏览 2
提问于2021-09-21
得票数 0
回答已采纳
1
回答
在
谷歌
Colab
中获取AttributeError
、
、
、
我正在使用google
colab
中的Image AI库训练一个对象检测模型。batch_size=4, num_experiments=200) AttributeError: '_TfDeviceCaptureOp' o
浏览 38
提问于2020-03-15
得票数 0
3
回答
将efficientnet.keras导入为efn - AttributeError:模块“keras.utils”没有属性“generic_utils”
、
、
、
、
73 这是非常奇怪的,因为它昨天没有任何问题,今天也
在
一个笔记本
上
浏览 15
提问于2020-08-03
得票数 2
回答已采纳
3
回答
模块“
tensorflow
.compat.v2.__internal__”没有属性“tf2”
、
、
、
、
pip install q
tensorflow
==2.1!AttributeError: module '
tensorflow
.compat.v2.__internal__' has no attribute 'tf2' 因此,我使用的是
TensorFlow
2.2和Keras 2.3.1
版本
,昨天我可以运行,但今天似乎不能运行。我是不是今天的Keras和
TensorFlow
版本
导入错误了
浏览 10
提问于2021-05-26
得票数 9
回答已采纳
3
回答
如何在谷歌
Colab
中
降级
Cuda和cuDNN
版本
?
、
我需要运行1.3.0
版本
的
tensorflow
-gpu。为此,我需要将cuda
降级
到
版本
8。有人能分享一下
在
google
colab
中将cuda从10.0
降级
到8.0的代码吗?我用这个得到了
降级
到
版本
9的代码。 !
浏览 0
提问于2019-09-04
得票数 4
2
回答
Colab
升级到
TensorFlow
2.0,现在正经历一个错误RuntimeError:
版本
不支持
TensorFlow
2.0
、
、
我一直运行我的DL模型的
colab
很好,直到他们升级的系统上周五。66 return tf.get_default_graph() RuntimeError:看起来您正在尝试使用不支持
TensorFlow
2.0的多后端Keras
版本
。我们建议使用tf.keras,或者将其
降级
到
TensorF
浏览 5
提问于2020-04-01
得票数 1
1
回答
TensorFlow
v1 on
Colab
,tf.contrib模块未找到
、
、
试着
在
谷歌科拉布培训GPT-2。我运行的细胞看起来是这样的:..。%
tensorflow
_version 1.x mesh-
tensorflow
=0.1.12
tensorflow
==1.15.2
tensorflow
-数据集=4.0.1
浏览 7
提问于2021-03-14
得票数 0
1
回答
AttributeError:模块“
tensorflow
._api.v2.config.experimental”没有属性“set_lms_enabled”
、
我想在我的深度学习项目中使用LMS,我使用了下面的代码:tf.config.experimental.set_lms_enabled(True)我
在
colab
笔记本
上
试用过,它使用
tensorflow</e
浏览 2
提问于2020-06-13
得票数 1
7
回答
ModuleNotFoundError:对于
tensorflow
2.1.0,没有名为“
tensorflow
_core.estimator”的模块
、
、
在
使用
tensorflow
时,我收到以下错误消息ModuleNotFoundError: No module named '
tensorflow
_core.estimator' 已安装的
tensorflow
相关包如下所示。我需要更新估计器的
版本
吗?如果是这样的
浏览 30
提问于2021-02-03
得票数 16
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
在 Kubernetes 上扩展 TensorFlow 模型
Tensorflow demo在Android上的移植
在TensorFlow上用LSTM做情感分析
在Docker Compose上使用GPU运行TensorFlow
LinkedIn 开源 TonY:在 Hadoop 上运行 TensorFlow 的框架
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
云直播
活动推荐
运营活动
广告
关闭
领券