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
miguelgfierro
changed the title
[FEATURE] Replace the FastAI notebook by a dot product with PyTorch and remove the FastAI dependency
[FEATURE] Replace the FastAI notebook by a cartesian product with PyTorch and remove the FastAI dependency
Nov 11, 2024
@miguelgfierro I am unclear with the requirements. Do we just want to replace the Cartesian product or we want to completely replace fast-ai with the PyTorch?
Description
We had some issues with the FastAI dependency #2182. And realised that the fastai notebook is just a fancy wrapper on PyTorch cartesian product between user and item embeddings.
https://github.com/recommenders-team/recommenders/blob/main/examples/00_quick_start/fastai_movielens.ipynb
Expected behavior with the suggested feature
We want replace the FastAI notebook with a PyTorch version
Willingness to contribute
Other Comments
Related to #1713
The text was updated successfully, but these errors were encountered: