【问题标题】:What is the cause of the following error?以下错误的原因是什么?
【发布时间】:2019-05-05 10:34:43
【问题描述】:

NotImplementedError:重载函数“IVector_create”的参数数量或类型错误。

可能的 C/C++ 原型有:

IVector::create(std::vector< int,std::allocator< int > > const &,bool)
IVector::create(std::vector< int,std::allocator< int > > const &)

【问题讨论】:

  • 如果您添加了导致相同错误的最少代码,您更有可能获得帮助

标签: paddle-paddle


【解决方案1】:

这是因为代码中参数的数据类型写错了,或者函数名写错了。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2012-01-11
    • 1970-01-01
    • 1970-01-01
    • 2019-02-07
    • 2016-08-05
    • 2013-06-16
    • 2020-01-29
    • 1970-01-01
    相关资源
    最近更新 更多