
issue
所向披靡的张大刀
这个作者很懒,什么都没留下…
展开
-
cvpr2022|自注意力和卷积集成,ACmix性能速度全面提升
清华大学等提出将卷积与自注意力融合的新范式,用于图像领域,性能和速度全面提升,官方代码已开源。原创 2022-03-01 11:52:51 · 2646 阅读 · 0 评论 -
[issue] ImportError:/xxxx/torchtext/_torchtext.so: undefined symbol: _ZNK3c104Type14isSubtypeOfExtER
[issue]在pip install torchtext时,torch会随之自动更新,torchtext 运行成功,但是在调用torchtext库时,会报错以上。[solution]网上百度是torch、python、cuda、torchtext版本不对应导致的。查询python 和torch版本:终端输入pip list查询cuda版本:nvcc -V查询匹配版本:torchtext版本对应基于上述版本,对应:pip install torchtext==xxx...原创 2022-03-01 11:26:11 · 2455 阅读 · 0 评论 -
fatal: unable to access ‘https://github/‘: Failed to connect to github,port 443:Connection time out
【issue】[resolution]将 git clone https://github.com/MCG-NJU/SSD-LT.git改成:git clone git://github.com/MCG-NJU/SSD-LT.githttps或者http改成git完成!原创 2022-02-15 10:50:34 · 1169 阅读 · 0 评论 -
解决ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22‘ not found
https://blog.youkuaiyun.com/qq_30653631/article/details/107620137亲测有用!!原创 2021-12-09 10:45:09 · 2108 阅读 · 0 评论 -
[windows] CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate‘
issue:在windows系统下输入conda activate时,报错:CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.If your shell is Bash or a Bourne variant, enable conda for the current user with $ echo ". D:\anaconda/etc/profile.d/co原创 2021-12-03 11:07:07 · 5978 阅读 · 5 评论 -
error: Microsoft Visual C++ 14.0 is required
问题: 在pip install xx时,出现 error: Microsoft Visual C++ 14.0 is required解决: 在网上百度了一圈,发现说的都是microsoft 的visual c++生成工具需要安装。参考visual studio ,最后发现只要下载visual studio ,然后安装c++ 即可。...原创 2021-11-17 14:27:51 · 2484 阅读 · 0 评论 -
ValueError: check_hostname requires server_hostname
问题: 在windows pip install xx时,出现上述问题;解决: 关掉vpn原创 2021-11-17 09:17:31 · 196 阅读 · 1 评论