You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @ShuangLI59
I'm trying run tools\demo.py on Windows anh only cpu.
I'm not use USE_MPI because I use a Caffe orginal from BVLC, I only try to merge Caffe layers (cpp, cu and split hpp) from @yjxiong to Caffe orginal. Build complete on Windows.
I commneted #caffe.mpi_init()
However, when I run tools\demo.py, It raise error:
"target_blobs.size() == source_layer.blobs_size() (1 vs. 0) Incompatible number of blobs for layer feat"
Is there something wrong?
The text was updated successfully, but these errors were encountered:
Hello @ShuangLI59
I'm trying run tools\demo.py on Windows anh only cpu.
I'm not use USE_MPI because I use a Caffe orginal from BVLC, I only try to merge Caffe layers (cpp, cu and split hpp) from @yjxiong to Caffe orginal. Build complete on Windows.
I commneted #caffe.mpi_init()
However, when I run tools\demo.py, It raise error:
"target_blobs.size() == source_layer.blobs_size() (1 vs. 0) Incompatible number of blobs for layer feat"
Is there something wrong?
The text was updated successfully, but these errors were encountered: