caffe: test code Check failed: K_ == new_K (768 vs. 1024) Input size incompatible with inner product parameters.

简介: I0327 20:24:22.966171 20521 net.cpp:849] Copying source layer drop7I0327 20:24:22.966179 20521 net.cpp:849] Copying source layer fc8_I0327 20:24:22.

I0327 20:24:22.966171 20521 net.cpp:849] Copying source layer drop7
I0327 20:24:22.966179 20521 net.cpp:849] Copying source layer fc8_
I0327 20:24:22.968056 20521 net.cpp:846] Ignoring source layer sigmoid
I0327 20:24:22.968066 20521 net.cpp:846] Ignoring source layer loss
I0327 20:24:22.983455 20521 caffe.cpp:268] Running for 7615 iterations.
I0327 20:24:22.983494 20521 caffe.cpp:286] batch 0/7615, waiting...
I0327 20:24:22.983574 20521 base_data_layer.cpp:112] Prefetch copied
I0327 20:24:22.983589 20521 base_data_layer.cpp:120] copy att index
I0327 20:24:23.537497 20521 caffe.cpp:292] result.size: 3 1 43 43
I0327 20:24:23.555335 20521 caffe.cpp:286] batch 1/7615, waiting...
I0327 20:24:23.555459 20521 base_data_layer.cpp:112] Prefetch copied
I0327 20:24:23.555503 20521 base_data_layer.cpp:120] copy att index
F0327 20:24:23.587508 20521 inner_product_layer.cpp:61] Check failed: K_ == new_K (768 vs. 1024) Input size incompatible with inner product parameters.
*** Check failure stack trace: ***
    @     0x7fa7aaa85dbd  google::LogMessage::Fail()
    @     0x7fa7aaa87cf8  google::LogMessage::SendToLog()
    @     0x7fa7aaa85953  google::LogMessage::Flush()
    @     0x7fa7aaa8862e  google::LogMessageFatal::~LogMessageFatal()
    @     0x7fa7ab2dd8cd  caffe::InnerProductLayer<>::Reshape()
    @           0x419755  caffe::Layer<>::Forward()
    @     0x7fa7ab1f8cb7  caffe::Net<>::ForwardFromTo()
    @     0x7fa7ab1f8a7f  caffe::Net<>::ForwardPrefilled()
    @     0x7fa7ab1f8e4a  caffe::Net<>::Forward()
    @           0x414c72  test()
    @           0x416c62  main
    @     0x7fa7a9f9cec5  __libc_start_main
    @           0x4131c9  (unknown)
Aborted (core dumped)
wangxiao@wangxiao-GTX980:~/Downloads/caffe-master$

 

-------------------

 

相关文章
“Could not find suitable distribution for Requirement.parse(‘XXXX‘)”的问题
“Could not find suitable distribution for Requirement.parse(‘XXXX‘)”的问题
406 0
|
5月前
|
Docker 容器
成功解决:Caused by: ParsingException[Failed to parse object: expecting token of type [START_OBJECT] but
这篇文章讨论了在使用Docker启动Elasticsearch容器时遇到的一个具体问题:由于配置文件`elasticsearch.yml`解析出错导致容器启动失败。文章提供了详细的排查过程,包括查看容器的日志信息、检查并修正配置文件中的错误(特别是空格问题),并最终成功重新启动了容器。
Invalid mapping pattern detected: /download/{{fileName}} ^Not allowed to nest variable c
Invalid mapping pattern detected: /download/{{fileName}} ^Not allowed to nest variable c
|
8月前
|
存储
tracker_query_storage fail, error no: 28, error info: No space left on device
tracker_query_storage fail, error no: 28, error info: No space left on device
184 0
|
SQL
Parameter ‘id‘ not found. Available parameters are [collection, list]
Parameter ‘id‘ not found. Available parameters are [collection, list]
250 0
|
人工智能 自然语言处理 语音技术
Invalid prop: type check failed for prop “index“. Expected String with value “5“问题解决
Invalid prop: type check failed for prop “index“. Expected String with value “5“问题解决
151 0
|
JSON 数据格式
Required request parameter ‘name‘ for method parameter type String is not present 报错解决方法
Required request parameter ‘name‘ for method parameter type String is not present 报错解决方法
3835 0
Optional int parameter ‘id‘ is present but cannot be translated into a null value due to being ……
Optional int parameter ‘id‘ is present but cannot be translated into a null value due to being ……
333 0
解决Invalid prop: type check failed for prop “model“. Expected Object, got Array问题
解决Invalid prop: type check failed for prop “model“. Expected Object, got Array问题
解决Invalid prop: type check failed for prop “model“. Expected Object, got Array问题
|
程序员 算法框架/工具 Caffe
解决办法:error: 'size_t' does not name a type、unknown type name 'size_t'
解决办法:error: 'size_t' does not name a type、unknown type name 'size_t'
771 0