-
Notifications
You must be signed in to change notification settings - Fork 217
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
fix readme cmds for clip-roberta #1603
base: v1.15-release
Are you sure you want to change the base?
Conversation
python3 ../gaudi_spawn.py --world_size 8 --use_mpi run_clip.py \ | ||
--output_dir=/tmp/clip_roberta \ | ||
--model_name_or_path=./clip-roberta \ | ||
--data_dir=./data \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we change this back?
--dataset_name="ydshieh/coco_dataset_script" \ | ||
--dataset_config_name="2017" \ | ||
--image_column="image_path" \ | ||
--caption_column="caption" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to change 136-139
--dataset_config_name="2017" \ | ||
--image_column="image_path" \ | ||
--caption_column="caption" \ | ||
--remove_unused_columns="False" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to change 140
What does this PR do?
Fixes # (issue)
Before submitting