seq2seq icon indicating copy to clipboard operation
seq2seq copied to clipboard

Error in Testing

Open articuno12 opened this issue 6 years ago • 0 comments

python -m unittest seq2seq.test.pipeline_test exists with following error message:
I tensorflow/core/common_runtime/gpu/pool_allocator.cc:247] PoolAllocator: After 5997 get requests, put_count=5846 evicted_count=1000 eviction_rate=0.171057 and unsatisfied allocation rate=0.208604 I tensorflow/core/common_runtime/gpu/pool_allocator.cc:259] Raising pool_size_limit_ from 100 to 110 INFO:tensorflow:Performing full trace on next step. I tensorflow/stream_executor/dso_loader.cc:126] Couldn't open CUDA library libcupti.so.8.0. LD_LIBRARY_PATH: /usr/local/apps/cuDNN/6/lib64 F tensorflow/core/platform/default/gpu/cupti_wrapper.cc:59] Check failed: ::tensorflow::Status::OK() == (::tensorflow::Env::Default()->GetSymbolFromLibrary( GetDsoHandle(), kName, &f)) (OK vs. Not found: /home/kritika12/anaconda2/envs/seq/lib/python3.5/site-packages/tensorflow/python/_pywrap_tensorflow.so: undefined symbol: cuptiActivityRegisterCallbacks)could not find cuptiActivityRegisterCallbacksin libcupti DSO Aborted (core dumped)

articuno12 avatar Jul 01 '18 06:07 articuno12