当前位置:网站首页>TypeError: __ init__ () got an unexpected keyword argument ‘autocompletion‘
TypeError: __ init__ () got an unexpected keyword argument ‘autocompletion‘
2022-07-01 08:34:00 【Coding leaves】
1 TypeError: __init__() got an unexpected keyword argument 'autocompletion'
In the use of mmclassification This error will occur when , It seems that there is something wrong with the automatic completion . There will be a lot of mistakes in the documents click Related content .
The reason for this mistake is click Version mismatch , You can reinstall an earlier version of by following the command below click.
pip install click==7.1.22 TypeError: 'NoneType' object is not iterable
In the installation mmclassification This error also occurs , The detailed error information is as follows :
File "/root/anaconda3/envs/openmmlab/lib/python3.7/site-packages/mim/commands/search.py", line 169, in get_model_info
dataframe = convert2df(metadata)
File "/root/anaconda3/envs/openmmlab/lib/python3.7/site-packages/mim/commands/search.py", line 357, in convert2df
for result in results:
TypeError: 'NoneType' object is not iterableThe solution is in 357 Previous increase if results is None: continue. As shown below :
if results is None:
continue
for result in results:3 mmclassification Installation mode
conda create -n openmmlab python=3.7 -y
conda activate openmmlab
pip install torch==1.8.1+cu101 torchvision==0.9.1+cu101 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
pip3 install openmim
mim install mmcv-full
git clone https://github.com/open-mmlab/mmclassification.git
# If github Can't connect , You can use gittee Replace .
#git clone https://gitee.com/monkeycc/mmclassification.git
cd mmclassification
pip install -v -e .
Please refer to blog for details :https://blog.csdn.net/suiyingy/article/details/125452839.
4 【python Three dimensional deep learning 】python 3D point cloud from basic to deep learning _Coding Leaves blog -CSDN Blog _python Three dimensional point cloud
More 3D 、 Please pay attention to two-dimensional perception algorithm and financial quantitative analysis algorithm “ Lele perception school ” WeChat official account , And will continue to update .
边栏推荐
- 使用beef劫持用户浏览器
- Advanced API
- Koltin35, headline Android interview algorithm
- MATLAB【函数和图像】
- Using settoolkit to forge sites to steal user information
- DID的使用指南,原理
- The difference between interceptors and filters
- The era of low threshold programmers is gone forever behind the sharp increase in the number of school recruitment for Internet companies
- SPL-安装与基本使用(二)
- Vscode customize the color of each area
猜你喜欢

The data analyst will be ruined without project experience. These 8 project resources will not be taken away

Intelligent water supply system solution

谈谈数字化转型的几个关键问题

MAVROS发送自定义话题消息给PX4

SPL Introduction (I)

为什么LTD独立站就是Web3.0网站!

《微机原理》—总线及其形成
![[detailed explanation of Huawei machine test] judgment string subsequence [2022 Q1 Q2 | 200 points]](/img/0f/972cde8c749e7b53159c9d9975c9f5.png)
[detailed explanation of Huawei machine test] judgment string subsequence [2022 Q1 Q2 | 200 points]

Suivi des cibles de manoeuvre - - mise en oeuvre du modèle statistique actuel (modèle CS) filtre Kalman étendu / filtre Kalman sans trace par MATLAB

华为机试真题专栏订阅指引
随机推荐
On June 30, 2022, the record of provincial competition + national competition of Bluebridge
Leetcode t34: find the first and last positions of elements in a sorted array
String coordinates of number to excel
CPU design practice - Chapter 4 practical tasks - simple CPU reference design and debugging
Download jackson codehaus. org jar - downloading jackson. codehaus. org jar
Yolov5 advanced six target tracking environment construction
Rumtime 1200 upgrade: London upgrade support, pledge function update and more
Intelligent constant pressure irrigation system
Provincial election + noi Part VII computational geometry
初学者如何正确理解google官方建议架构原则(疑问?)
SPL installation and basic use (II)
机动目标跟踪——当前统计模型(CS模型)扩展卡尔曼滤波/无迹卡尔曼滤波 matlab实现
使用beef劫持用户浏览器
MySQL8.0学习记录17 -Create Table
Hijacking a user's browser with beef
Analysis of slice capacity expansion mechanism
MAVROS发送自定义话题消息给PX4
Codeworks round 803 (Div. 2) VP supplement
seaborn clustermap矩阵添加颜色块
DID的使用指南,原理
