r 4.2.0:summary()won'
我刚刚将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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论