Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. CXX/LD -o .build_release/test/test_all.testbin src/caffe/test/test_caffe_main.cpp
  2. .build_release/tools/caffe
  3. caffe: command line brew
  4. usage: caffe <command> <args>
  5.  
  6. commands:
  7. train train or finetune a model
  8. test score a model
  9. device_query show GPU diagnostic information
  10. time benchmark model execution time
  11.  
  12. Flags from tools/caffe.cpp:
  13. -gpu (Run in GPU mode on given device ID.) type: int32 default: -1
  14. -iterations (The number of iterations to run.) type: int32 default: 50
  15. -model (The model definition protocol buffer text file..) type: string
  16. default: ""
  17. -snapshot (Optional; the snapshot solver state to resume training.)
  18. type: string default: ""
  19. -solver (The solver definition protocol buffer text file.) type: string
  20. default: ""
  21. -weights (Optional; the pretrained weights to initialize finetuning. Cannot
  22. be set simultaneously with snapshot.) type: string default: ""
  23. .build_release/test/test_all.testbin 0 --gtest_shuffle
  24. Cuda number of devices: 0
  25. Setting to use device 0
  26. Current device id: 0
  27. Note: Randomizing tests' orders with a seed of 29074 .
  28. [==========] Running 1356 tests from 214 test cases.
  29. [----------] Global test environment set-up.
  30. [----------] 3 tests from FilterLayerTest/1, where TypeParam = caffe::CPUDevice<double>
  31. [ RUN ] FilterLayerTest/1.TestForward
  32. E0712 02:41:24.558691 20345 common.cpp:93] Cannot create Cublas handle. Cublas won't be available.
  33. E0712 02:41:24.568986 20345 common.cpp:100] Cannot create Curand generator. Curand won't be available.
  34. E0712 02:41:24.569087 20345 common.cpp:120] Curand not available. Skipping setting the curand seed.
  35. [ OK ] FilterLayerTest/1.TestForward (21 ms)
  36. [ RUN ] FilterLayerTest/1.TestReshape
  37. [ OK ] FilterLayerTest/1.TestReshape (0 ms)
  38. [ RUN ] FilterLayerTest/1.TestGradient
  39. [ OK ] FilterLayerTest/1.TestGradient (291 ms)
  40. [----------] 3 tests from FilterLayerTest/1 (312 ms total)
  41.  
  42. [----------] 1 test from SolverTest/0, where TypeParam = caffe::CPUDevice<float>
  43. [ RUN ] SolverTest/0.TestInitTrainTestNets
  44. [ OK ] SolverTest/0.TestInitTrainTestNets (4 ms)
  45. [----------] 1 test from SolverTest/0 (4 ms total)
  46.  
  47. [----------] 11 tests from PoolingLayerTest/3, where TypeParam = caffe::GPUDevice<double>
  48. [ RUN ] PoolingLayerTest/3.TestForwardMaxPadded
  49. F0712 02:41:24.864735 20345 syncedmem.cpp:57] Check failed: error == cudaSuccess (35 vs. 0) CUDA driver version is insufficient for CUDA runtime version
  50. *** Check failure stack trace: ***
  51. @ 0x2ae03ce67daa (unknown)
  52. @ 0x2ae03ce67ce4 (unknown)
  53. @ 0x2ae03ce676e6 (unknown)
  54. @ 0x2ae03ce6a687 (unknown)
  55. @ 0x2ae03e76f36c caffe::SyncedMemory::gpu_data()
  56. @ 0x2ae03e7c8de2 caffe::Blob<>::gpu_data()
  57. @ 0x2ae03e8808a5 caffe::PoolingLayer<>::Forward_gpu()
  58. @ 0x4530a8 caffe::Layer<>::Forward()
  59. @ 0x5fedad caffe::PoolingLayerTest_TestForwardMaxPadded_Test<>::TestBody()
  60. @ 0x758ac3 testing::internal::HandleExceptionsInMethodIfSupported<>()
  61. @ 0x74f707 testing::Test::Run()
  62. @ 0x74f7ae testing::TestInfo::Run()
  63. @ 0x74f8b5 testing::TestCase::Run()
  64. @ 0x752bf8 testing::internal::UnitTestImpl::RunAllTests()
  65. @ 0x752e87 testing::UnitTest::Run()
  66. @ 0x44a16a main
  67. @ 0x2ae03f47bec5 (unknown)
  68. @ 0x44fc59 (unknown)
  69. @ (nil) (unknown)
  70. make: *** [runtest] Aborted (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement