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! :)
The text was updated successfully, but these errors were encountered:
Thank you so much for your interest in our work. I clean up all unnecessary scripts and files. Also training and evaluation scripts are released just now as demos. I reproduced the whole repo in a new conda environment to ensure that it can run without bugs.
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 aboutnew_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! :)
The text was updated successfully, but these errors were encountered: