nickgreenquist / cu2rec

CUDA Implementation of Parallel Matrix Factorization Algorithm for Recommender Systems
GNU Affero General Public License v3.0
13 stars 1 forks source link

Training should depend on the config #22

Closed dorukkilitcioglu closed 5 years ago

dorukkilitcioglu commented 5 years ago

Right now, mf.cu relies on some preset hyperparameters to train the model. Instead, it should read the path to a config file from the command line and use that as its hyperparameters.

dorukkilitcioglu commented 5 years ago

Merged in #25.