mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
* [Docs] Update install tutorials. * [Docs] Improve dataset docs * Add option to show the results in demo. * fix typo
258 B
258 B
0.x 相关兼容性问题
MMClassification 0.20.1
MMCV 兼容性
在 Twins 骨干网络中,我们使用了 MMCV 提供的 PatchEmbed
模块,该模块是在 MMCV 1.4.2 版本加入的,因此我们需要将 MMCV 依赖版本升至 1.4.2。