当前位置:网站首页>Tensorflow and deep learning day 3
Tensorflow and deep learning day 3
2022-06-26 05:03:00 【Rain and dew touch the real king】
Data Container
list
np.array
tf.Tensor
scalar: 1.1
vector: [1.1],[1.1, 2.2, … ]
matrix: [[1.1, 2.2],[3.3, 4.4],[5.5, 6.6]]
tensor: 𝑟𝑎𝑛𝑘 > 2:int float string double bool

b.name It is a problem left over from the version , No need to pay attention
is-tensor
isinstance (a,tf.Tensor) Judge whether it is tensor
tf.zeros(【】) by shape
边栏推荐
- One of token passing between microservices @feign's token passing
- What is UWB in ultra-high precision positioning system
- How can the intelligent transformation path of manufacturing enterprises be broken due to talent shortage and high cost?
- Image translation /gan:unsupervised image-to-image translation with self attention networks
- 微信小程序保存图片的方法
- 2.< tag-动态规划和常规问题>lt.343. 整数拆分
- Some parameter settings and feature graph visualization of yolov5-6.0
- 2. < tag dynamic programming and conventional problems > lt.343 integer partition
- 2022.2.10
- Numpy general function
猜你喜欢
随机推荐
Multipass Chinese document - remove instance
2.< tag-动态规划和常规问题>lt.343. 整数拆分
UWB ultra high precision positioning system architecture
0622 horse palm fell 9%
Using Matplotlib to add an external image at the canvas level
Multipass Chinese document - use instance command alias
Problem follow up - PIP source change
Cookie and session Basics
Is education important or ability important in software testing
Anti withdrawal test record
[greedy college] recommended system engineer training plan
A ZABBIX self discovery script (shell Basics)
ThreadPoolExecutor implements file uploading and batch inserting data
86.(cesium篇)cesium叠加面接收阴影效果(gltf模型)
Sort query
Ai+ remote sensing: releasing the value of each pixel
torchvision_transform(图像增强)
Schematic diagram of UWB ultra high precision positioning system
Astype conversion data type
UWB超高精度定位系统架构图









