1. 當運行命令"make runtest -j8" 時出現上述問題,有兩種解決方案:
1)GitHub上的解決方案,鏈接:https://github.com/BVLC/caffe/issues/6139
可以看出,是可以解決問題的!!!
2)執行命令:
1 git clone https://github.com/madler/zlib 2 cd path/to/zlib #這里黃色標注的換成自己的路徑即可 3 ./configure 4 make 5 make install # you may add 'sudo'