happynear / happynear/caffe-windows
zai
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 637
- PR merge metrics
- No merged PRs in 30d
Description
Please use the [caffe-users list](https://groups.google.com/forum/#!forum/caffe-users) for usage, installation, or modeling questions, or other requests for help.
_Do not post such requests to Issues._ Doing so interferes with the development of Caffe.
Please read the [guidelines for contributing](https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md) before submitting this issue.
### Issue summary
Severity Code Description Project File Line Suppression State
Error LNK2001 unresolved external symbol "__declspec(dllimport) void __cdecl google::InstallFailureSignalHandler(void)" (__imp_?InstallFailureSignalHandler@google@@YAXXZ) pycaffe C:\Users\localadmin\Downloads\caffe-windows-ms\windows\pycaffe\_caffe.obj 1
Error LNK2001 unresolved external symbol "class caffe::Timer const volatile * __cdecl boost::get_pointer(class caffe::Timer const volatile *)" (??$get_pointer@$$CDVTimer@caffe@@@boost@@YAPEDVTimer@caffe@@PEDV12@@Z) pycaffe C:\Users\localadmin\Downloads\caffe-windows-ms\windows\pycaffe\_caffe.obj 1
Error LNK2001 unresolved external symbol "class caffe::Solver const volatile * __cdecl boost::get_pointer const volatile >(class caffe::Solver const volatile *)" (??$get_pointer@$$CDV?$Solver@M@caffe@@@boost@@YAPEDV?$Solver@M@caffe@@PEDV12@@Z) pycaffe C:\Users\localadmin\Downloads\caffe-windows-ms\windows\pycaffe\_caffe.obj 1
Error LNK2001 unresolved external symbol "class caffe::Layer const volatile * __cdecl boost::get_pointer const volatile >(class caffe::Layer const volatile *)" (??$get_pointer@$$CDV?$Layer@M@caffe@@@boost@@YAPEDV?$Layer@M@caffe@@PEDV12@@Z) pycaffe C:\Users\localadmin\Downloads\caffe-windows-ms\windows\pycaffe\_caffe.obj 1
Error LNK2001 unresolved external symbol "class caffe::Net const volatile * __cdecl boost::get_pointer const volatile >(class caffe::Net const volatile *)" (??$get_pointer@$$CDV?$Net@M@caffe@@@boost@@YAPEDV?$Net@M@caffe@@PEDV12@@Z) pycaffe C:\Users\localadmin\Downloads\caffe-windows-ms\windows\pycaffe\_caffe.obj 1
Error LNK2001 unresolved external symbol "class caffe::SGDSolver const volatile * __cdecl boost::get_pointer const volatile >(class caffe::SGDSolver const volatile *)" (??$get_pointer@$$CDV?$SGDSolver@M@caffe@@@boost@@YAPEDV?$SGDSolver@M@caffe@@PEDV12@@Z) pycaffe C:\Users\localadmin\Downloads\caffe-windows-ms\windows\pycaffe\_caffe.obj 1
Error LNK2001 unresolved external symbol "class caffe::NesterovSolver const volatile * __cdecl boost::get_pointer const volatile >(class caffe::NesterovSolver const volatile *)" (??$get_pointer@$$CDV?$NesterovSolver@M@caffe@@@boost@@YAPEDV?$NesterovSolver@M@caffe@@PEDV12@@Z) pycaffe C:\Users\localadmin\Downloads\caffe-windows-ms\windows\pycaffe\_caffe.obj 1
Error LNK2001 unresolved external symbol "class caffe::AdaGradSolver const volatile * __cdecl boost::get_pointer const volatile >(class caffe::AdaGradSolver const volatile *)" (??$get_pointer@$$CDV?$AdaGradSolver@M@caffe@@@boost@@YAPEDV?$AdaGradSolver@M@caffe@@PEDV12@@Z) pycaffe C:\Users\localadmin\Downloads\caffe-windows-ms\windows\pycaffe\_caffe.obj 1
Error LNK2001 unresolved external symbol "class caffe::RMSPropSolver const volatile * __cdecl boost::get_pointer const volatile >(class caffe::RMSPropSolver const volatile *)" (??$get_pointer@$$CDV?$RMSPropSolver@M@caffe@@@boost@@YAPEDV?$RMSPropSolver@M@caffe@@PEDV12@@Z) pycaffe C:\Users\localadmin\Downloads\caffe-windows-ms\windows\pycaffe\_caffe.obj 1
Error LNK2001 unresolved external symbol "class caffe::AdaDeltaSolver const volatile * __cdecl boost::get_pointer const volatile >(class caffe::AdaDeltaSolver const volatile *)" (??$get_pointer@$$CDV?$AdaDeltaSolver@M@caffe@@@boost@@YAPEDV?$AdaDeltaSolver@M@caffe@@PEDV12@@Z) pycaffe C:\Users\localadmin\Downloads\caffe-windows-ms\windows\pycaffe\_caffe.obj 1
Error LNK2001 unresolved external symbol "class caffe::AdamSolver const volatile * __cdecl boost::get_pointer const volatile >(class caffe::AdamSolver const volatile *)" (??$get_pointer@$$CDV?$AdamSolver@M@caffe@@@boost@@YAPEDV?$AdamSolver@M@caffe@@PEDV12@@Z) pycaffe C:\Users\localadmin\Downloads\caffe-windows-ms\windows\pycaffe\_caffe.obj 1
### Steps to reproduce
If you are having difficulty building Caffe or training a model, please ask the caffe-users mailing list. If you are reporting a build error that seems to be due to a bug in Caffe, please attach your build configuration (either Makefile.config or CMakeCache.txt) and the output of the make (or cmake) command.
### Your system configuration
Operating system:
Compiler:
CUDA version (if applicable):
CUDNN version (if applicable):
BLAS:
Python or MATLAB version (for pycaffe and matcaffe respectively):
Contributor guide
Assessment
This issue has not been assessed yet.