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
I was trying to reproduce the results in your paper by running language modeling with newgpt class, where the codes failed to execute due to the error about new_batches in fairseq/fairseq/data/iterators.py. Is this function correct?
UnboundLocalError: local variable 'new_batches' referenced before assignment
And can you provide a demo/script on how to run the codes in order to reproduce your results? Thank you in advance! :)