You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand your code correctly, this line shall be continue instead of pass. If you use pass, the code will continue to mask the start and stop tokens with slightly less than 15% chance. I'm a bit surprised this hasn't caused any serious issues.
The text was updated successfully, but these errors were encountered:
tape/tape/datasets.py
Line 351 in 3d3657b
If I understand your code correctly, this line shall be
continue
instead ofpass
. If you usepass
, the code will continue to mask the start and stop tokens with slightly less than 15% chance. I'm a bit surprised this hasn't caused any serious issues.The text was updated successfully, but these errors were encountered: