Open miguelgfierro opened 2 weeks ago
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
We want replace the FastAI notebook with a PyTorch version
Related to #1713
IDEA: I'm sure ChatGPT can translate the notebook to 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