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
我将三个模块移植到linux上,检测和对齐都不存在问题,但是在识别模块确认是net_ = CommonNet::Load(file)加载模型时候并不成功。 具体到注册网络: std::shared_ptr net = NetRegistry::CreateNet(“Eltwise”);失败 我的系统: Distributor ID: Ubuntu Description: Ubuntu 16.04.4 LTS Release: 16.04 Codename: xenial 现在我不能进一步往下走,希望指点下我该如何进行?
The text was updated successfully, but these errors were encountered:
已经解决了
Sorry, something went wrong.
我也遇到了,怎么解决的呢? @MichaelRachel
我也遇到了,怎么解决的呢?@MichaelRachel
No branches or pull requests
我将三个模块移植到linux上,检测和对齐都不存在问题,但是在识别模块确认是net_ = CommonNet::Load(file)加载模型时候并不成功。
具体到注册网络:
std::shared_ptr net = NetRegistry::CreateNet(“Eltwise”);失败
我的系统:
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
现在我不能进一步往下走,希望指点下我该如何进行?
The text was updated successfully, but these errors were encountered: