WIN10下TensorFlow GPU版安装顺序

编程入门 行业动态 更新时间:2024-10-28 18:31:13

WIN10下TensorFlow GPU版安装<a href=https://www.elefans.com/category/jswz/34/1771364.html style=顺序"/>

WIN10下TensorFlow GPU版安装顺序

1、更新驱动

2、先安装Anaconda,创建一个虚拟环境

4、再安装TensorFlow-GPU

5、到虚拟环境所在的目录里寻找build_info.py文件,一般如果全部默认安装的话在:

C:\Users\username\Anaconda3\envs\tf\Lib\site-packages\tensorflow\python\platform

6、打开文件,就能看到对应CUDA、CUdnn和MVC版本,按图索骥去装吧


# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     .0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Generates a Python module containing information about the build."""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_functionis_cuda_build = Truecuda_version_number = '10.0'
cudnn_version_number = '7'
msvcp_dll_name = 'msvcp140.dll'
nvcuda_dll_name = 'nvcuda.dll'
cudart_dll_name = 'cudart64_100.dll'
cudnn_dll_name = 'cudnn64_7.dll'

 

更多推荐

WIN10下TensorFlow GPU版安装顺序

本文发布于:2023-06-30 14:17:16,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/961699.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:顺序   TensorFlow   GPU

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!