tzs930 / transformer_cf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Setup environement
conda create -f environment.yml
  1. Download MovieLens-20M dataset
wget http://files.grouplens.org/datasets/movielens/ml-20m.zip
unzip ml-20m.zip
  1. Preprocess dataset
python preprocess_ml20m.py
  1. Train

About


Languages

Language:Python 100.0%