登录 注册
当前位置:主页 > 资源下载 > 30 > tf-explain:针对Tensorflow 2.x中tf.keras模型的可解释性技术

tf-explain:针对Tensorflow 2.x中tf.keras模型的可解释性技术

  • 更新:2024-10-18 19:14:32
  • 大小:727KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

tf-解释 tf-explain将可解释性方法实现为Tensorflow 2.x回调,以简化神经网络的理解。 参见 文档: : 安装 tf-explain可作为Alpha版本在PyPi上使用。 要安装它: virtualenv venv -p python3.6 pip install tf-explain tf-explain与Tensorflow 2.x兼容。 未声明为依赖项,可以让您在完整和独立CPU版本之间进行选择。 除先前的安装外,请运行: # For CPU or GPU pip install tensorflow==2.2.0 Opencv也是一个依赖项。 要安装