LoginSignup
1
1

More than 3 years have passed since last update.

Fedora31でDeep Learning環境構築

Last updated at Posted at 2020-02-11
  • 関連ソフトウェアバージョン
    • tensorflow-gpu: 2.1
    • cuda: 10.1
    • cudnn: 7.6.5(cuda 10.1用)
  • RPM FusionのHowto/NVIDIAに従って、NVIDIAのドライバを入れる
  • RPM FusionのHowto/CUDAに従って、CUDA・CUDNN関係のパッケージを入れる
  • 以下のrpmも入れる
# dnf install libnvinfer-devel-6.0.1-1.cuda10.1 libnvinfer-plugin6-6.0.1-1.cuda10.1
  • pipでtensorflow-gpuを入れる
pip install tensorflow-gpu==2.1
2020-02-11 23:52:11.291003: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1241] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 5201 MB memory) -> physical GPU (device: 0, name: GeForce GTX 1660, pci bus id: 0000:06:00.0, compute capability: 7.5)
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1