当前位置:网站首页>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 .
边栏推荐
- SPL installation and basic use (II)
- Matlab [function derivation]
- 【面试必刷101】链表
- 为什么LTD独立站就是Web3.0网站!
- Field agricultural irrigation system
- 2022 mechanical fitter (primary) examination summary and mechanical fitter (primary) reexamination examination
- 串口转WIFI模块通信
- Manually dig XSS vulnerabilities
- 一套十万级TPS的IM综合消息系统的架构实践与思考
- Burpsuite -- brute force cracking of intruder
猜你喜欢

Adding color blocks to Seaborn clustermap matrix

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

《单片机原理与应用》——并行IO口原理

MATLAB小技巧(23)矩阵分析--模拟退火

Gateway-88

Audio-AudioRecord create(一)

《单片机原理及应用》—定时器、串行通信和中断系统

Agrometeorological environment monitoring system

Intelligent constant pressure irrigation system

AES简单介绍
随机推荐
Intelligent water conservancy solution
【无标题】
Manually dig XSS vulnerabilities
View drawing process analysis
基于Gazebo的无人机管道检测
On several key issues of digital transformation
Leetcode t34: find the first and last positions of elements in a sorted array
Embedded-c language-10-enumeration / (function) pointer (function) / multi-level pointer /malloc dynamic allocation / file operation
Maneuvering target tracking -- current statistical model (CS model) extended Kalman filter / unscented Kalman filter matlab implementation
Why are some Wills made by husband and wife invalid
Programmer's regimen
What is the material of 16MnDR, the minimum service temperature of 16MnDR, and the chemical composition of 16MnDR
初学者如何正确理解google官方建议架构原则(疑问?)
[深度剖析C语言] —— 数据在内存中的存储
Leetcode t31: prochain arrangement
量化交易之读书篇 - 《征服市场的人》读书笔记
Using settoolkit to forge sites to steal user information
Field agricultural irrigation system
Provincial selection + noi Part II string
R语言入门
