-
Notifications
You must be signed in to change notification settings - Fork 53
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
How do I use the checkpoints from Google Cloud? #3
Comments
Hi, apologies for the late reply. To run the fine-tuning scripts, you must simply pass the corresponding file to the python vmoe/main.py --workdir=/tmp/foo/bar --config=vmoe/configs/vmoe_paper/vmoe_s32_last2_ilsvrc2012_randaug_light1_ft_ilsvrc2012 |
Thanks for the reply. I was able to get the fine-tuning script running. It seems to me the script is always doing training & eval. Is there any way to use the checkpoint in the |
Unfortunately, we don't have a script for running inference alone. But it should be relatively easy to create one using the classes/functions in evaluator.py. |
May I ask if your evaluation function has been written and how is it written? |
This may sound trivial. But I'd like to have some idea on how use the
.data
and.index
file fromgs://vmoe_checkpoints
. Does this repo provide any scripts or code to do some evaluation/inference on those models? Any help would be appreciated.The text was updated successfully, but these errors were encountered: