Skip to content
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

The model obtained after fine-tuning, how can it be used for inference? #308

Open
RuipingWang1986 opened this issue Sep 10, 2024 · 0 comments

Comments

@RuipingWang1986
Copy link

Hello, I have fine-tuned the pretrained model imagenet21k_ViT-B_16.npz using the command python -m vit_jax.main --workdir=/tmp/vit-$(date +%s) \ --config=$(pwd)/vit_jax/configs/vit.py:b16,cifar10 \ --config.pretrained_dir='gs://vit_models/imagenet21k', and the fine-tuned results have been saved to a folder named vit-44527685. However, there is no .npz file in this folder, and I also don’t know how to use the model I obtained after fine-tuning for inference services to verify the effectiveness of the fine-tuning. Could you please help me figure out where the problem lies?

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

No branches or pull requests

1 participant