Keras报错:TypeError: (‘Keyword argument not understood:‘, ‘offset‘)

简介: Keras报错:TypeError: (‘Keyword argument not understood:‘, ‘offset‘)

今天在加载keras模型的时候,报错如下:



网上查了很多该错误,都没有对应的方法。


于是自己看了一下报错对应的keras源码,发现这个错其实是目前的环境无法加载keras模型,即环境有问题


解决办法:

将notebook上跑通模型的那版环境通过zip进行打包,然后上传到HDFS上,在模型加载的时候,导入这个zip包即可,亲身实践已解决。


如果解决了你的问题,还请帮忙点个赞哦~


目录
打赏
0
0
0
0
30
分享
相关文章
成功解决TypeError: ‘encoding’ is an invalid keyword argument for this function
成功解决TypeError: ‘encoding’ is an invalid keyword argument for this function
【Python】已解决TypeError: init() got an unexpected keyword argument ‘threshold’
【Python】已解决TypeError: init() got an unexpected keyword argument ‘threshold’
304 0
|
6月前
|
【Python】已解决:SyntaxError: positional argument follows keyword argument
【Python】已解决:SyntaxError: positional argument follows keyword argument
272 0
|
6月前
|
【Python】已解决:TypeError: *init*() missing 1 required positional argument: ‘scheme’
【Python】已解决:TypeError: *init*() missing 1 required positional argument: ‘scheme’
403 0
|
6月前
|
【Python】已解决:TypeError: write._Log() takes 0 positional arguments but 1 was given
【Python】已解决:TypeError: write._Log() takes 0 positional arguments but 1 was given
225 0
成功解决TypeError: __init__() got an unexpected keyword argument 'serialized_options'
成功解决TypeError: __init__() got an unexpected keyword argument 'serialized_options'
TypeError: custom() got an unexpected keyword argument ‘path‘
TypeError: custom() got an unexpected keyword argument ‘path‘
167 0
解决TypeError: tf__update_state() got an unexpected keyword argument ‘sample_weight‘
解决TypeError: tf__update_state() got an unexpected keyword argument ‘sample_weight‘
292 0
解决TypeError: tf__update_state() got an unexpected keyword argument ‘sample_weight‘
【hacker的错误集】TypeError: can‘t multiply sequence by non-int of type ‘str‘
我比较喜欢通过单词的意思来分析报错 TypeError类型错误 multiply乘 sequence 序列 通过分析可以得出报错意思大概是类型错误:无法将序列与字符串类型的非整数相乘
381 0
【hacker的错误集】TypeError: can‘t multiply sequence by non-int of type ‘str‘
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等