Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Where is model_zoo module? #43

Open
GhostScreaming opened this issue Oct 11, 2022 · 0 comments
Open

Where is model_zoo module? #43

GhostScreaming opened this issue Oct 11, 2022 · 0 comments

Comments

@GhostScreaming
Copy link

GhostScreaming commented Oct 11, 2022

🐛 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 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant