HireTheHero / Machine_Notebooks

Repository for sharing notebooks used to understand some machine learning models.
5 stars 0 forks source link

labels key issue #1

Closed dkarty closed 2 years ago

dkarty commented 2 years ago

Hi @HireTheHero ! I saw the issue you mentioned here https://github.com/facebookresearch/vilbert-multi-task/issues/90 I have the same issue...

and I saw your comment at the end of the notebook: https://github.com/HireTheHero/Machine_Notebooks/blob/main/ViLBERT.ipynb saying:

one issue remaining, however it seems is raised from another repository, therefore just ignore it for now and proceed

How did you manage to ignore it and proceed? were you able to get the prediction on the demo image?

Thanks a lot!

HireTheHero commented 2 years ago

Hi @dkarty At that moment, I was seeking for the way of reproducing vilbert result in hateful memes challenge. The error mentioned in the aforementioned issue is caused by masked-rcnn repo for feature extraction, which I thought I could find a workaround (so I wrote just ignore it). As you may know, their vilbert repo is archived (with many issues, I would say) and the model is incorporated into mmf framework - which works good for my purpose as of now. Not sure about your usage of vilbert repo, but hope it helps for you.

dkarty commented 2 years ago

I see, thank you! I'll try to use vilbert from mmf