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

Why only three parameters were output #393

Closed
zhongfansun opened this issue May 25, 2023 · 1 comment
Closed

Why only three parameters were output #393

zhongfansun opened this issue May 25, 2023 · 1 comment

Comments

@zhongfansun
Copy link

I try to run stage1 of the image captioning task, but encounter an issue. I follow the instructions
I download ofa_large.pt in /home/szf/OFA/checkpoints/
image
Then I unzip the datesets caption_data.zip in /home/szf/OFA/dataset/caption_data/
image
When I run the code and only three parameters are output.
image
Looking forward to your response, thank you.

@logicwong
Copy link
Member

logicwong commented May 28, 2023

@zhongfansun try modifying the script to

for max_epoch in 2; do
  echo "max_epoch "${max_epoch}
  for warmup_ratio in 0.06; do
    echo "warmup_ratio "${warmup_ratio}
    for drop_worst_after in 2500; do
      echo "drop_worst_after "${drop_worst_after}

The log will be saved in train_stage1.out

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

2 participants