Advertisement
Guest User

caffe aws

a guest
Oct 15th, 2014
694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. ubuntu@ip-172-31-22-148:~/caffe$ export LD_LIBRARY_PATH=/usr/local/cuda/lib64
  2. ubuntu@ip-172-31-22-148:~/caffe$ make runtest
  3. .build_release/test/test_all.testbin 0 --gtest_shuffle
  4. libdc1394 error: Failed to initialize libdc1394
  5. modprobe: ERROR: could not insert 'nvidia_340': Unknown symbol in module, or unknown parameter (see dmesg)
  6. Cuda number of devices: 0
  7. Setting to use device 0
  8. Current device id: 0
  9. Note: Randomizing tests' orders with a seed of 94410 .
  10. [==========] Running 838 tests from 169 test cases.
  11. [----------] Global test environment set-up.
  12. [----------] 1 test from HDF5DataLayerTest/1, where TypeParam = caffe::DoubleCPU
  13. [ RUN ] HDF5DataLayerTest/1.TestRead
  14. modprobe: ERROR: could not insert 'nvidia_340': Unknown symbol in module, or unknown parameter (see dmesg)
  15. E1015 05:23:51.751096 2630 common.cpp:91] Cannot create Cublas handle. Cublas won't be available.
  16. modprobe: ERROR: could not insert 'nvidia_340': Unknown symbol in module, or unknown parameter (see dmesg)
  17. E1015 05:23:51.771209 2630 common.cpp:98] Cannot create Curand generator. Curand won't be available.
  18. [ OK ] HDF5DataLayerTest/1.TestRead (67 ms)
  19. [----------] 1 test from HDF5DataLayerTest/1 (67 ms total)
  20.  
  21. [----------] 20 tests from NetTest/2, where TypeParam = caffe::FloatGPU
  22. [ RUN ] NetTest/2.TestComboLossWeight
  23. E1015 05:23:51.798992 2630 common.cpp:118] Curand not available. Skipping setting the curand seed.
  24. F1015 05:23:51.804256 2630 syncedmem.cpp:57] Check failed: error == cudaSuccess (38 vs. 0) no CUDA-capable device is detected
  25. *** Check failure stack trace: ***
  26. @ 0x2ad505175732 google::LogMessage::Fail()
  27. @ 0x2ad50517567e google::LogMessage::SendToLog()
  28. @ 0x2ad505175080 google::LogMessage::Flush()
  29. @ 0x2ad505178011 google::LogMessageFatal::~LogMessageFatal()
  30. @ 0x726a4c caffe::SyncedMemory::gpu_data()
  31. @ 0x695672 caffe::Blob<>::gpu_data()
  32. @ 0x742639 caffe::InnerProductLayer<>::Forward_gpu()
  33. @ 0x6ceb3b caffe::Net<>::ForwardFromTo()
  34. @ 0x6cef67 caffe::Net<>::ForwardPrefilled()
  35. @ 0x4c4ab8 caffe::NetTest_TestComboLossWeight_Test<>::TestBody()
  36. @ 0x65b143 testing::internal::HandleExceptionsInMethodIfSupported<>()
  37. @ 0x651be7 testing::Test::Run()
  38. @ 0x651c8e testing::TestInfo::Run()
  39. @ 0x651d95 testing::TestCase::Run()
  40. @ 0x6550d8 testing::internal::UnitTestImpl::RunAllTests()
  41. @ 0x655367 testing::UnitTest::Run()
  42. @ 0x41d3c0 main
  43. @ 0x2ad507d78ec5 (unknown)
  44. @ 0x4243f7 (unknown)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement