ML_Decoder
ML_Decoder copied to clipboard
AttributeError: 'TransformerDecoderLayerOptimal' object has no attribute 'self_attn'
When i try to train the model on MSCOCO2014, i have this error that i can't fix : AttributeError: 'TransformerDecoderLayerOptimal' object has no attribute 'self_attn'... what should i do ?
I have meet the same question.
It has been resolved when I change Pytorch version from 2.1.1 to 1.13.1.
But when i do that i have the error : "ModuleNotFoundError : No module named 'torch._dynamo'...
Did you solve that ?
But when i do that i have the error : "ModuleNotFoundError : No module named 'torch._dynamo'...
I don't have that problem. I can run this project after change Pytorch version.