開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
VC++
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
餵入的資料(Input):
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
error LNK2001: 無法解析的外部符號
"public: void __cdecl caffe::Net<float>::CopyTrainedLayersFrom(class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >)"
(?CopyTrainedLayersFrom@?$Net@M@caffe@@QEAAXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
C:\deep learning\caffe-vs2013-master\test-MNIST\test-MNIST.obj test-MNIST
error LNK2001: 無法解析的外部符號
"public: static void __cdecl
caffe::Caffe::SetDevice(int)" (?SetDevice@Caffe@caffe@@SAXH@Z) C:\deep
learning\caffe-vs2013-master\test-MNIST\test-MNIST.obj test-MNIST
程式碼(Code):(請善用置底文網頁, 記得排版)
補充說明(Supplement):
在執行專案編譯時會產生此問題,環境變數有加入需要使用到的程序路徑,
ex boost檔案 環境變數 =>變數名稱:BOOST_1_56_0 變數值:C:\local\boost_1_56_0
再"屬性"裡面,連結器中的"輸入"再相依性裡面則是把boost檔案裡面的lib檔都加進去了
目前在執行的程序是有關機器學習的東西,有用到像是OPENCV,BOOST,CUDA等程序