-
Notifications
You must be signed in to change notification settings - Fork 148
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
[BUG] importing transformers4rec.torch libraries gives error #557
Comments
The problem is with Torchmetrics, the latest supported version I found is 0.10.3 and they just released 0.11 |
I tried installing torchmetrics 0.10.3 but that didnt work |
I’m sorry, can you give a more detailed list of the packages installed such as with
|
sure, see below Package Version Editable project location absl-py 0.15.0 |
I am facing the same issue. Some code that was working a few days ago does not work anymore. When importing torch from transformers4rec I get |
I have just opened the PR #576 that updates Transformers4Rec code with the latest release of Torchmetrics (0.11.0). |
I still have this problem in newest version of transformers4rec |
@youpuderen we did not test transformers4rec on Kaggle recently. but we have a blog post for Google Colab may be you can check this blog post and start a colab instance instead? https://medium.com/nvidia-merlin/how-to-run-merlin-on-google-colab-83b5805c63e0 |
@pyagoubi we did not test transformers4rec on Kaggle recently. but we have a blog post for Google Colab may be you can check this blog post and start a colab instance instead? https://medium.com/nvidia-merlin/how-to-run-merlin-on-google-colab-83b5805c63e0 |
@pyagoubi I am closing this ticket due to low activity. Please reopen if you have further questions. |
Bug description
After
on a kaggle notebook I get the error:
TypeError: new() missing 1 required positional argument: 'task'
Same with all other transformers4rec.torch libraries
The text was updated successfully, but these errors were encountered: