Open tpackolus opened 1 year ago
Hi,
I had the same problem in the multihead_attention.py of fairseq, but this helped. Replacing to q = self.scaling to q = q self.scaling.
I run
bash train.sh 0 name
... but I got error:
RuntimeError: Output 0 of SplitBackward0 is a view and is being modified inplace. This view is the output of a function that returns multiple views. Such functions do not allow the output views to be modified inplace. You should replace the inplace operation by an out-of-place one.
Can help me ?
I run
bash train.sh 0 name
... but I got error:RuntimeError: Output 0 of SplitBackward0 is a view and is being modified inplace. This view is the output of a function that returns multiple views. Such functions do not allow the output views to be modified inplace. You should replace the inplace operation by an out-of-place one.
Can help me ?