- 博客(2)
- 收藏
- 关注
原创 vscode无法选择python环境(linux+mobaXterm+anaconda3)
vscode无法选择python环境(linux+mobaXterm+anaconda3)问题描述页面左下角或右下角不显示Python extension,运行程序时出现以下提醒解决方法同时按住Ctrl + Shift + P输入 Python: Select Interpreter就会出现环境选择...
2022-03-29 10:56:58
1352
原创 np.stack函数使用
np.stack函数使用参考https://blog.csdn.net/u011501388/article/details/81057578arrays.shapeOut[66]: (3, 2, 4)a = np.stack(arrays, axis=0)b = np.stack(arrays, axis=1)c = np.stack(arrays, axis=2)a.shapeOut[67]: (3, 2, 4)b.shapeOut[68]: (2, 3, 4)c.shap
2021-03-29 20:58:07
150
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人