深度学习-环境问题

  1. 报错

    raise TypeError(error_message, kwarg)
    TypeError: (‘Keyword argument not understood:’, ‘input’)

  2. 原因

    TensorFlow 与Keras版本不兼容

  3. 办法

    重装环境

  4. 步骤

相关文章: