Sumit Dhungana
Results
2
issues of
Sumit Dhungana
### Add Link https://pytorch.org/tutorials/beginner/flava_finetuning_tutorial.html ### Describe the bug In the following code snippet: ``` from torchmultimodal.models.flava.model import flava_model_for_classification model = flava_model_for_classification(num_classes=len(vocab)) ``` I am getting the following error: Failed to...
bug
torchmultimodal
I’m using tweepy to stream tweets and I’ve subscribed to basic tier program: The code looks something like the following, I read in a couple of articles and tutorials that...