- 博客(3)
- 收藏
- 关注
原创 The shape of the mask [10] at index 0 does not match the shape of the indexed tensor [200] at index
当运行上述代码后,出现错误The shape of the mask [10] at index 0 does not match the shape of the indexed tensor [200] at index 0。的长度为 200,因此出现了维度不匹配的错误。的第一个维度相匹配。可以使用类似以下代码来扩展。的长度为 10,但是我尝试使用它来索引。
2024-04-20 21:00:57 536 1
原创 TypeError: WebDriver.\_\_init\_\_() got an unexpected keyword argument ‘service‘
造成该情况的原因可能是下载的selenuim版本过低,在低版本中,selenuim模块没有service参数。此时只需要在python所在路径下打开cmd通过pip install selenuim=版本号即可。我安装的是4.1.0版本,推荐4以上的版本。发生该错误是因为在创建WebDriver对象时传递了未知的关键字参数'service',导致了TypeError。
2024-04-07 20:09:03 1560
原创 打开 anaconda 一直停留在loading loading applications的解决办法
原因:如果电脑联网后,启动anaconda需要通过连接anaconda服务器才能打开,这会使anaconda的启动过程变得非常缓慢。若没有联网,那么anaconda的启动则不需要通过服务器,会直接快速的打开。方法很简单,检查电脑是否联网,如果联网把网络关了即可,再一次启动anaconda很快就会打开页面了!
2024-04-05 14:29:07 795 1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人