-
Notifications
You must be signed in to change notification settings - Fork 105
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
Hello!I want #258
Comments
I would like to ask where the paper(Cross-Domain Image Captioning with Discriminative Finetuning) code link is. Why the link is empty? Please provide me with this code if possible!Thank u!! |
Hi, The code for the paper is here https://github.com/robertodessi/EGG/tree/rll_refactor/egg/zoo/emergent_captioner The command to launch it and reproduce the clipcap experiments in the paper is python -m egg.zoo.emergent_captioner.finetuning.train \
--dataset_dir <PATH TO YOUR COCO DIRECTORY> \
--clipcap_model_path <PATH TO A CLIPCAP CHECKPOINTS, YOU CAN GET IT FROM THEIR REPO> \
--baseline mean \
--n_epochs 20 \
--batch_size 100 \
--lr 1e-7 \
--max_length 20 Hope this helps. |
Hi! I'm very insterested in your preety work! Could you please provide the pre-trained checkpoint file of the clipcap model? Thank u!!! |
sorry to bother you, but I really don't know where to find those files that hard negatived in your utlis.py files |
Hi, thanks for your interest in the paper. |
Hello! Thanks for taking interest in EGG. We are glad you're here to help us improve it!
Please fill this template as thoroughly as possible, that would make things much easier for us :)
Expected Behavior
Current Behavior
Steps to Reproduce
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: