We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我使用的 keras 中的 load_model 导入自己保存下来的模型,然后调用 utils.read_img 函数分别传入模型、模型的输入、输入尺寸大小,但是出现问题,我 debug 了下与使用 keras 自带的模型对比,发现是第二个参数的问题,请问使用自己的保存下来的模型,第二个参数该如何获取?PS:我的获取方式是通过 model.get_layer("input_1"), input_1 是我模型第一个 layer
模型
模型的输入
输入尺寸大小
model.get_layer("input_1")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我使用的 keras 中的 load_model 导入自己保存下来的模型,然后调用 utils.read_img 函数分别传入
模型
、模型的输入
、输入尺寸大小
,但是出现问题,我 debug 了下与使用 keras 自带的模型对比,发现是第二个参数的问题,请问使用自己的保存下来的模型,第二个参数该如何获取?PS:我的获取方式是通过model.get_layer("input_1")
, input_1 是我模型第一个 layerThe text was updated successfully, but these errors were encountered: