上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 328 下一页
摘要: PyCharm 默认已经安装了以下功能(Git, GitHub): PyCharm 默认 VCS 菜单 安装gitee的步骤如下: Settings -- Plugins -- Marketplace -- gitee -- install 重新启动 pycharm 2021.3 【安装 gitee 阅读全文
posted @ 2022-05-28 22:39 emanlee 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 单划线(_) _代表交互式解释器会话中上一条的执行结果。 还可以使用单个下划线来格式化变量的值, a=1_000_000 。 单个下划线还可以使用在循环语句中。作为一个名称:作为临时性的名称使用,但是在后面不会再次用到该名称。这种用法在循环中会经常用到。 __xx__ “魔法函数” ,也就是说,它是 阅读全文
posted @ 2022-05-22 20:23 emanlee 阅读(1247) 评论(0) 推荐(0) 编辑
摘要: 1 安装git: 版本管理系统的基本组件git 1.1 下载git 从下列网站下载git:http://git-scm.com/download/win注意区分32-bit与64-bit版本 https://github.com/git-for-windows/git/releases/downlo 阅读全文
posted @ 2022-05-22 00:47 emanlee 阅读(535) 评论(0) 推荐(0) 编辑
摘要: typing 是在 python 3.5 才有的模块 # Python-类型提示-类型注释符号 ########################################## # 变量 ########################################## # This is h 阅读全文
posted @ 2022-05-14 18:39 emanlee 阅读(191) 评论(0) 推荐(0) 编辑
摘要: AttributeError:Gensim 4.0.0中已从KeyedVector中删除vocab属性 File "C:\Python38\lib\site-packages\gensim\models\keyedvectors.py", line 735, in vocab raise Attri 阅读全文
posted @ 2022-05-13 20:48 emanlee 阅读(2144) 评论(0) 推荐(0) 编辑
摘要: np.swapaxes numpy.swapaxes(arr, axis1, axis2) arr:输入的数组 axis1:对应第一个轴的整数 axis2:对应第二个轴的整数 swapaxes函数的功能很简单,作用是直接交换两个轴 np.random.uniform 借助numpy.random.u 阅读全文
posted @ 2022-05-07 09:07 emanlee 阅读(115) 评论(0) 推荐(0) 编辑
摘要: E:\Eprogramfiles\Anaconda3\python.exe E:/beats.pyE:\Eprogramfiles\Anaconda3\lib\site-packages\numpy\__init__.py:148: UserWarning: mkl-service package 阅读全文
posted @ 2022-05-06 08:48 emanlee 阅读(2371) 评论(0) 推荐(0) 编辑
摘要: ImportError: cannot import name 'newaxis' from 'tensorflow.python.ops.numpy_ops.np_array_ops' ImportError: cannot import name 'newaxis' from 'tensorfl 阅读全文
posted @ 2022-05-04 23:42 emanlee 阅读(248) 评论(0) 推荐(0) 编辑
摘要: E:\Eprogramfiles\Anaconda3\lib\site-packages\torch\_tensor.py in __array__(self, dtype) 676 return handle_torch_function(Tensor.__array__, (self,), se 阅读全文
posted @ 2022-05-03 21:21 emanlee 阅读(2318) 评论(0) 推荐(0) 编辑
摘要: ImportError: cannot import name 'LightningEnum' from 'pytorch_lightning.utilities' (E:\Eprogramfiles\Anaconda3\lib\site-packages\pytorch_lightning\uti 阅读全文
posted @ 2022-05-03 20:49 emanlee 阅读(1203) 评论(0) 推荐(0) 编辑
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 328 下一页