最新 最热

EasyCVR定制版本临时授权出现报错403,该如何处理?

EasyCVR视频融合平台基于云边端一体化架构,可在复杂的网络环境中,将分散的各类视频资源进行统一汇聚、整合、集中管理。平台支持多种协议、多种类型的设备接入,对外可分发RTSP、RTMP、FLV、HLS、WebRTC等格式的视频流。...

2022-09-20
1

docker安装DockerCompose

# 在线安装curl -L https://get.daocloud.io/docker/compose/releases/download/1.27.4/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-composechmod +x /u...

2022-09-19
0

numpy.zeros_like

numpy.zeros_like(a, dtype=None, order='K', subok=True, shape=None)[source]

2022-09-03
1

numpy.linspace()

numpy.linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None, axis=0)[source]

2022-09-03
1

numpy.meshgrid()

Return coordinate matrices from coordinate vectors.Make N-D coordinate arrays for vectorized evaluations of N-D scalar/vector fields over N-D grids, given one-d...

2022-09-03
0

tf.version

Public API for tf.version namespace.Other MembersCOMPILER_VERSION = '7.3.1 20180303' GIT_VERSION = 'v2.0.0-rc2-26-g64c3d38' GRAPH_DEF_VERSION = 119 GRAPH_DEF_VE...

2022-09-03
0

command ‘:/usr/local/cuda/bin/nvcc‘ failed with exit status 1

command ‘:/usr/local/cuda/bin/nvcc’ failed with exit status 1

2022-09-02
1

sys.version和sys.version_info 查看版本

>>> sys.version'3.6.2 (v3.6.2:5fd33b5926, Jul 16 2017, 20:11:06) n[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]'>>> sys.version_infosys.version_info(major=3, min...

2022-09-02
1

opencc4j

分享一个java简繁转换的库opencc4jhttps://github.com/houbb/opencc4jGroup ArtifactId Version<dependency> <groupId>com.github.houbb</groupId> <artifactId>opencc4j<......

2022-08-21
0

linux 网卡驱动升级

1、打开虚拟终端 2、ifconfig看有哪些网卡,如eth0, eth1之类的 3、ethtool -i eth0看驱动

2022-08-19
1