টেনসরফ্লো কাজ করছে কিনা তা পরীক্ষা করতে স্ক্রিপ্ট চালানো থেকে প্রাপ্ত বার্তাটি:
I tensorflow/stream_executor/dso_loader.cc:125] successfully opened CUDA library libcublas.so.8.0 locally
I tensorflow/stream_executor/dso_loader.cc:125] successfully opened CUDA library libcudnn.so.5 locally
I tensorflow/stream_executor/dso_loader.cc:125] successfully opened CUDA library libcufft.so.8.0 locally
I tensorflow/stream_executor/dso_loader.cc:125] successfully opened CUDA library libcuda.so.1 locally
I tensorflow/stream_executor/dso_loader.cc:125] successfully opened CUDA library libcurand.so.8.0 locally
W tensorflow/core/platform/cpu_feature_guard.cc:95] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:95] The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations.
I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:910] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
আমি লক্ষ্য করেছি যে এটি এসএসই ৪.২ এবং এভিএক্স উল্লেখ করেছে,
- এসএসই 4.2 এবং এভিএক্স কি?
- এই এসএসই 4.2 এবং এভিএক্স কীভাবে টেনসরফ্লো কাজের জন্য সিপিইউ গণনা উন্নত করে?
- দুটি গ্রন্থাগার ব্যবহার করে টেনসরফ্লো কীভাবে সংকলন করা যায়?
NOTE on gcc 5 or later: the binary pip packages available on the TensorFlow website are built with gcc 4, which uses the older ABI. To make your build compatible with the older ABI, you need to add --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" to your bazel build command. ABI compatibility allows custom ops built against the TensorFlow pip package to continue to work against your built package.
এখান থেকে ভুলে যাবেন না tensorflow.org/install/install_s Source
bazel build -c opt --copt=-mavx --copt=-mavx2 --copt=-mfma --copt=-mfpmath=both --config=cuda -k //tensorflow/tools/pip_package:build_pip_package
Xeon E5 v3 এ এই পতাকাগুলি দিয়ে তৈরি করতে চাই যা অফিসিয়াল রিলিজের তুলনায় 8 কে ম্যাটমুল সিপিইউ গতিতে আমাকে 3x উন্নতি দেয় (0.35 -> 1.05 টি অপ্স / সেকেন্ড)