-
Notifications
You must be signed in to change notification settings - Fork 27.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UserWarning: __floordiv__ is deprecated #15086
Comments
The same warning is shown for LayoutLMv2, see #14577 |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
Fixed by #15180 |
Running in the same issue for the
Happy to submit a quick PR using the dim_t = self.temperature ** (2 * torch_int_div(dim_t, 2) / self.embedding_dim) EDIT: I've submitted the PR (#15702) since it was a quick fix. |
Dear All,
I am trying to Fine-tune XLSR for Speech Recognition "facebook/wav2vec2-base" model for Urdu Language.
However when I run the trainer, I am getting the following warning:
Also Consequently my WER is 1.00 which means training is not being done correctly.
Can anyone guide ? What changes to make and where?
Torch Version: 1.10.1+cu102
Python Version: 3.9.7
CUDA Version: 11.2
Tensorflow Version: 2.7.0
Best regards,
Yasir
The text was updated successfully, but these errors were encountered: