Skip to content

Bubble-water/deeplearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

一、装系统

二、nvidia显卡驱动安装

三、cuda和cudnn安装

四、anaconda安装

五、tensorflow和keras安装

六、pytorch安装

七、opencv安装

八、YOLO官方框架

九、虚拟环境--版本号管理

十、实践

十一、树莓派(轻量化模型实践)

十二、openvino

十三、深度学习深层理解

十四、docker

其他资料:


深度学习框架版本简单查看方法

bubble@bubble:~$ python
Python 3.6.5 |Anaconda, Inc.| (default, Apr 29 2018, 16:14:56) 
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow
/home/bubble/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
  from ._conv import register_converters as _register_converters
>>> tensorflow.__version__
'1.13.1'
>>> import keras
Using TensorFlow backend.
>>> keras.__version__
'2.2.4'
>>> import torch
>>> torch.__version__
'1.1.0'
>>> import cv2
>>> cv2.__version__
'3.3.0'
>>>

About

深度学习框架配置和实践

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published