denoising-diffusion-pytorch
denoising-diffusion-pytorch copied to clipboard
Update attend.py by removing redundant starred expression.
The starred expression used on the 'q.shape' seems to be redundant and is surprisingly not causing 'SyntaxError: can't use starred expression here'. Typically no one uses starred expression on the right hand side.