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
Hi!
I am trying to train the model on russian data, but I get AttributeError: 'ProgbarLogger' object has no attribute 'params'.
I guess it can be because of versions of the packages that I am using. First, I used the command pip install -e . That wasn't enough and I had to install modules transformers, tensorflow-gpu and torch myself.
Which version of those three modules did you use? Or do you have any idea why this problem occures?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi!
I am trying to train the model on russian data, but I get
AttributeError: 'ProgbarLogger' object has no attribute 'params'.
I guess it can be because of versions of the packages that I am using. First, I used the command
pip install -e .
That wasn't enough and I had to install modules transformers, tensorflow-gpu and torch myself.Which version of those three modules did you use? Or do you have any idea why this problem occures?
Thank you in advance!
The text was updated successfully, but these errors were encountered: