dvirla
dvirla
Thank you for the quick response! Is there a way to review which operators are not implemented and implement them myself?
I think I've figured it out, I modified the dataset and the train call to pass the real captio as the "answer", is that the right way? If so, I...
I'm trying to use it on efficientnet-based model, had to go to `efficientnet.py` under torchvision.models to modify: ``` result += input ``` to ``` result = result + input ```...