Skip to content

myth-coder/TensorFlow-Windows-Binaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Binary

An index repository of prebuilt Windows binaries of TensorFlow and OpenCV (Files stored at Google Drive).

一个预编译的Windows下的TensorFlow和OpenCV索引仓库(文件主体在Google云盘)。

TensorFlow

TensorFlow CUDA cuDNN VC Python Downloads Size
2.2 10.2 7.6.5 2019 3.8.2 tensorflow-2.2.0-cp38-cp38-win_amd64.whl 466.62MB
tensorflow-2.2.0-cp38-cp38-win_amd64.7z 99.54MB
- libtensorflow-2.2.0.7z 73.64MB

Usage

You can directly download whl file to install with command like pip install tensorflow-x.x.x-x-x-x.whl.

For someone with bad network connection, you could download 7z file, then extract into a directory, then pack with ZIP and change extension to "whl" to install.

可以直接下载whl文件,使用pip install tensorflow-x.x.x-x-x-x.whl命令安装。对于网络不好的人,也可以下载7z文件,解压到一个目录下,再对其使用ZIP打包后更改文件扩展名为whl进行安装。

OpenCV

OpenCV CUDA cuDNN VC MKL TBB Python Library Type World Downloads Size
4.4.0 11.0 8.0.2 2019 2020.2.254 2020.2.216 3.8.3 Static Yes ⬇️ 40.43MB
Dynamic ⬇️ 1.93MB
- Static No ⬇️ 87.70MB
Static Yes ⬇️ 87.52MB
Dynamic No ⬇️ 44.49MB
Dynamic Yes ⬇️ 42.18MB

Usage

  1. Extract files to Python Install Path\Lib\site-packages\cv2.

    解压文件到Python安装目录\Lib\site-packages\cv2下。

  2. You MUST install TBB and may need put tbb.dll in your system Path. For Python, if PATH not works, put it in the same directory as cv2.x.pyd.

    必须安装TBB,可能也需要把tbb.dll放在系统环境变量的路径(Path)下。Python的环境变量如果查找不到它,请放到和cv2.x.pyd同目录下。

  3. MKL is neccessary for dynamic libraries or Python packages. Path related solution refers above.

    动态库或Python包必须安装MKL。系统环境变量的路径(Path)相关操作见上一条。

About

Prebuilt binaries of TensorFlow on Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published