摘要: # 地址 https://github.com/PaddlePaddle/FastDeploy/blob/develop/README_CN.md#fastdeploy-quick-start-python >可选择gpu or cpu 跑 ![](https://img2023.cnblogs.c 阅读全文
posted @ 2023-08-30 22:24 __username 阅读(246) 评论(0) 推荐(0)
摘要: # demo # 二维数据切片 ```python a = np.array([[1, 2, 3, 4], [5, 6, 7, 8], [9, 10, 11, 12]]) print(a) print(a.size) print(a.shape) print(a.ndim) # shape有几位,他 阅读全文
posted @ 2023-08-30 16:13 __username 阅读(54) 评论(0) 推荐(0)