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
Hello again, I am trying to perform a fine tuning and it returns me this error. I searched inside the code and 'use_amp' is in the 'training_step' method.
How can I solved it? Thanks in advance.
I had the same issue, putting self.use_amp = True as first line in def training_step() allowed me to start the training. However, I'm not sure if this is a useful workaround or if it hides problems with the Trainer instance that need to be resolved.
Hello again, I am trying to perform a fine tuning and it returns me this error. I searched inside the code and 'use_amp' is in the 'training_step' method.
How can I solved it? Thanks in advance.
To reproduce:
conda create -n huggingsound python=3.9 -y
conda activate huggingsound
pip install huggingsound
and then, after the definition of model, training data, tokens and output directory, I run the 'model.finetune' method and got this error.
The text was updated successfully, but these errors were encountered: