r 4.2.0:summary()won'

发布于 2025-01-23 21:02:06 字数 378 浏览 0 评论 0原文

我刚刚将R升级到了最新版本4.2.0,并且还更新了所有包装。一切正常,有一个例外:mymodel |> summary()

"Error in py_call_impl(callable, dots$args, dots$keywords) : 
TypeError: summary() got an unexpected keyword argument 'show_trainable'"

mymodel是使用功能API创建的任何KERAS模型(例如LSTM或CNN)。

在我的conda环境中,我使用Tensorflow 2.6.0,甚至所有Python软件包都是最新的。

您知道此错误消息的原因吗?

事先感谢您的帮助。

I've just upgraded R to the latest version 4.2.0 and also updated all my packages as well. Everything works fine with one exception: mymodel |> summary()

"Error in py_call_impl(callable, dots$args, dots$keywords) : 
TypeError: summary() got an unexpected keyword argument 'show_trainable'"

mymodel is any keras model (like LSTM or CNN) created with functional API.

Within my conda environment I use tensorflow 2.6.0 and even there all python packages are up to date.

Do you know the reason for this error message?

Thanks in advance for your help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文