You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
I try to train vision transformer following instructions in README.md. However, it throws an error in imagenet1k/train.py that there is no module named model_zoo. Corresponding code is from model_zoo.vit import vit_small_patch16_224. I tried to find this module in all repos in hpcaitech organization and required python wheels, but nothing was found.
My training script is DATA=../dataset/tfrecord torchrun --nproc_per_node=8 train.py --config=configs/vit_vanilla.py , which is executed in imagenet1k folder.
Environment
CUDA 11.3
Torch 1.12.1
Torchvision 0.13.1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🐛 Describe the bug
I try to train vision transformer following instructions in README.md. However, it throws an error in
imagenet1k/train.py
that there is no module namedmodel_zoo
. Corresponding code isfrom model_zoo.vit import vit_small_patch16_224
. I tried to find this module in all repos in hpcaitech organization and required python wheels, but nothing was found.My training script is
DATA=../dataset/tfrecord torchrun --nproc_per_node=8 train.py --config=configs/vit_vanilla.py
, which is executed inimagenet1k
folder.Environment
CUDA 11.3
Torch 1.12.1
Torchvision 0.13.1
The text was updated successfully, but these errors were encountered: