Closed Williamongh closed 3 years ago
In our previous experiments (with weaker augmentation and shorter training epochs), we found that removing the mask in the transformer leads to slight improvement when changing from relative coordinates to absolute coordinates.
Hi, thanks for sharing! I am wondering that why you set all elements of
mask
equal toFalse
inpix2seq.py
?