adbmdp
adbmdp
We need a merge please!
Thanks for your reply and your awesome work @xinyu1205 !! OK let's say I want to train the model with a celebrity dataset. I have trouble understanding which tag file...
Ok so I just need: ``` { "image_path":"datasets/celebrities/CELEB_00001.jpg", "caption":[ "Michael Jordan" ], "union_label_id":[ new id from ram/data/ram_tag_list.txt ] } ``` > And you only need the loss_tag and loss_dis in...
Thanks. I'll do that.
So i'm trying to fine-tune the model on just one tag as a test (on my CPU). I've add a new tag in `recognize-anything/ram/data/ram_tag_list.txt` so now there is 4586 lines...
> Hi @adbmdp, where you able to fix these error? No i gave up on finetuning this model. Too hard to do...
You can find some answers here: https://github.com/xinyu1205/recognize-anything/issues/173 I think you don't need the step "Prepare pretained Swin-Transformer". You just need to fine-tune the model. No need for steps 1 to...
The error message "RuntimeError: checkpoint url or path is invalid" indicates that the code is unable to locate or load the pre-trained model weights (checkpoint) you're trying to use. Did...