-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[FEATURE] Consider adding P5 #1983
Comments
Could you please provide some guidance on where the P5 feature should be added within the project? If you are already working on this issue, let me know. |
you could add it into recommender/models. |
hey @sumana-2705 the typical way we contribute algos consists of the code inside recommenders/models, tests (unit and functional) and a notebook explaining the math behind the model and an end to end example of the model working on a database. Here is a path that you can follow or get some ideas from:
|
Thanks for your suggestion @miguelgfierro |
Hi @miguelgfierro, Apologies for the delay in drafting a pull request; I was out of station for the past few days. While running the model on my PC, I've encountered lot of dependency errors due to older version requirements for Python, numpy, torch, tqdm, transformers, and others. The model requires completely new environment to run the code. This is consuming a lot of space unnecessarily in pc. I am understanding how to deal them, can you please hep me out. |
Go little by little, following the path and fixing every error. This will take time. Patience and consistency is a requirement for difficult tasks like this. |
Hello @miguelgfierro, I have downloaded the necessary files and addressed each error I encountered in the process. However, I have discovered too late that my PC does not have an NVIDIA graphics card , which is why I was unable to run the model on my machine. I attempted to use Azure for this purpose, but I'm not very familiar with the platform, and it requires payment, which I am trying to avoid at this time. I feel bad that I have wasted your time as well as mine with this issue. Could you please suggest is there any alternatives to proceed under these circumstances? |
try Google colab. They have free GPUs. Make sure you install the Recommenders library from source. |
Kaggle is also a good alternative to Colab |
Description
The text was updated successfully, but these errors were encountered: