当前位置:网站首页>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 .
边栏推荐
- Provincial selection + noi Part II string
- [JS reverse] MD5 encryption parameter cracking
- 01 NumPy介绍
- How to prevent the other party from saying that he has no money after winning the lawsuit?
- Leetcode t31: next spread
- 《单片机原理及应用》-片外拓展
- 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
- The use of word in graduation thesis
- How can beginners correctly understand Google's official suggested architectural principles (questions?)
- CPU設計實戰-第四章實踐任務一簡單CPU參考設計調試
猜你喜欢

Model and view of QT

基于Gazebo的无人机管道检测

Learn reptiles for a month and earn 6000 a month? Tell you the truth about the reptile, netizen: I wish I had known it earlier

Audio audiorecord create (I)

CPU设计实战-第四章实践任务一简单CPU参考设计调试

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

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

【C】 Summary of wrong questions in winter vacation

Audio-AudioRecord create(一)

Mavros sends a custom topic message to Px4
随机推荐
Precautions and skills in using regular expressions in golang
Stack implementation calculator
P4 installation bmv2 detailed tutorial
【C】 Summary of wrong questions in winter vacation
CPU設計實戰-第四章實踐任務一簡單CPU參考設計調試
Principle and application of single chip microcomputer - principle of parallel IO port
Provincial selection + noi Part II string
【js逆向】md5加密参数破解
长安链同步节点配置与启动
Yolov5进阶之七目标追踪最新环境搭建
[untitled]
01 NumPy介绍
Maneuvering target tracking -- current statistical model (CS model) extended Kalman filter / unscented Kalman filter matlab implementation
[deep analysis of C language] - data storage in memory
String coordinates of number to excel
win7 pyinstaller打包exe 后报错 DLL load failed while importing _socket:参数错误
MATLAB小技巧(23)矩阵分析--模拟退火
《单片机原理及应用》-片外拓展
2022 Chinese cook (technician) simulation test and Chinese cook (technician) practice test video
毕业论文中word的使用1-代码域标公式
