Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. CXX tools/extract_features.cpp
  2. CXX tools/compute_image_mean.cpp
  3. CXX tools/train_net.cpp
  4. CXX tools/device_query.cpp
  5. CXX tools/upgrade_solver_proto_text.cpp
  6. CXX tools/finetune_net.cpp
  7. CXX tools/upgrade_net_proto_text.cpp
  8. CXX tools/upgrade_net_proto_binary.cpp
  9. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  10. CXX tools/convert_imageset.cpp
  11. nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
  12. CXX tools/caffe.cpp
  13. CXX tools/test_net.cpp
  14. CXX examples/siamese/convert_mnist_siamese_data.cpp
  15. CXX examples/mnist/convert_mnist_data.cpp
  16. CXX examples/cpp_classification/classification.cpp
  17. CXX examples/cifar10/convert_cifar_data.cpp
  18. CXX .build_release/src/caffe/proto/caffe.pb.cc
  19. AR -o .build_release/lib/lenter code hereibcaffe.a
  20. LD -o .build_release/lib/libcaffe.so.1.0.0
  21. /usr/bin/ld: cannot find -l -lopencv_core
  22. collect2: error: ld returned 1 exit status
  23. Makefile:573: recipe for target '.build_release/lib/libcaffe.so.1.0.0' failed
  24. make: *** [.build_release/lib/libcaffe.so.1.0.0] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement