运行 Tensorflow-gpu GPT-2 模型时出现问题

运行 Tensorflow-gpu GPT-2 模型时出现问题

我正在尝试使用在我的 NVidia SLI GTX-780 上运行的 Tensorflow GPU 运行 OpenAI 的 GPT-2 模型,但无论我运行什么版本或做什么,我都会不断收到错误。

File "C:\Users\myUser\AppData\Local\Programs\Python\Python36\lib\imp.py", line 343, in load_dynamic
    return _load(spec)
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.


Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

已安装的 TF:

  1. tensorboard 1.14.0

    tensorflow 1.14.0

    tensorflow-estimator 1.14.0

    tensorflow-gpu 1.14.0

    tensorflow-tensorboard 1.5.1

Python-v 3.6.6

已安装 NVIDIA 库并更新 %PATH:

  1. Cuda 工具包 10.0
  2. Cudnn64_7

当我使用 9.0 工具包时,出现 GPU 错误:TensorFlow: Dst tensor is not initialized因此我更新到新的 tensorflow GPU,然后出现此错误,但我不明白我需要什么。

我绞尽了一天的脑筋试图让它工作,但它可以在我的笔记本电脑上运行,却不能在我的 PC 上运行。

相关内容