-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'convert_splitbn_model' from 'timm.models' #23
Comments
Hi, @goldwater668. Thanks for using MogaNet. Unfortunately, this error might be caused by |
CUDA_VISIBLE_DEVICES=0 python validate.py Test: [ 0/3761] Time: 15.820s (15.820s, 0.25/s) Loss: 0.1131 (0.1131) Acc@1: 100.000 (100.000) Acc@5: 100.000 (100.000) |
Please check your dataset. The provided class number doesn't match the provided label. |
可以说的具体点吗,数据集目录与命名需要另外标注吗 |
If you are using a custom dataset, please check these issues by yourself. If you are using ImageNet, please set |
@Lupin1998 如果已经训练了2个类别,现在新增第三个类别,是否可以增加第三个类别数据进行微调呢 |
@Lupin1998 |
Package Version
certifi 2024.7.4
charset-normalizer 3.3.2
filelock 3.15.4
fsspec 2024.6.1
fvcore 0.1.5.post20221221
huggingface-hub 0.24.6
idna 3.7
iopath 0.1.10
Jinja2 3.1.4
MarkupSafe 2.1.5
mpmath 1.3.0
networkx 3.1
numpy 1.24.4
nvidia-cublas-cu12 12.1.3.1
nvidia-cuda-cupti-cu12 12.1.105
nvidia-cuda-nvrtc-cu12 12.1.105
nvidia-cuda-runtime-cu12 12.1.105
nvidia-cudnn-cu12 9.1.0.70
nvidia-cufft-cu12 11.0.2.54
nvidia-curand-cu12 10.3.2.106
nvidia-cusolver-cu12 11.4.5.107
nvidia-cusparse-cu12 12.1.0.106
nvidia-nccl-cu12 2.20.5
nvidia-nvjitlink-cu12 12.6.20
nvidia-nvtx-cu12 12.1.105
packaging 24.1
pillow 10.4.0
pip 24.2
portalocker 2.10.1
PyYAML 6.0.2
requests 2.32.3
safetensors 0.4.4
setuptools 72.1.0
sympy 1.13.2
tabulate 0.9.0
termcolor 2.4.0
timm 1.0.8
torch 2.4.0
torchvision 0.19.0
tqdm 4.66.5
triton 3.0.0
typing_extensions 4.12.2
urllib3 2.2.2
wheel 0.43.0
yacs 0.1.8
The text was updated successfully, but these errors were encountered: