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
This would be easier to read with itertools.product. Not something to fix in this repo, but just FYI for the next time you may have a deeply nested for loop.
ITN/scripts/train_itn_script.py
Line 192 in dd662b3
This would be easier to read with itertools.product. Not something to fix in this repo, but just FYI for the next time you may have a deeply nested for loop.