Download Latest Version Upgrade to PyTorch v1.1.0.zip (375.3 kB)
Email in envelope

Get an email when there's a new version of Spotlight

Home / v0.1.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2017-09-13 867 Bytes
v0.1.2.tar.gz 2017-09-13 338.0 kB
v0.1.2.zip 2017-09-13 369.5 kB
Totals: 3 Items   708.4 kB 0

Added

  • spotlight.layers.BloomEmbedding: bloom embedding layers that reduce the number of parameters required by hashing embedding indices into some fixed smaller dimensionality, following Serrà, Joan, and Alexandros Karatzoglou. "Getting deep recommenders fit: Bloom embeddings for sparse binary input/output networks."
  • sequence_mrr_score now accepts an option that excludes previously seen items from scoring.

Changed

  • optimizer arguments is now optimizer_func. It accepts a function that takes a single argument (list of model parameters) and return a PyTorch optimizer (thanks to Ethan Rosenthal).
  • fit calls will resume from previous model state when called repeatedly (Ethan Rosenthal).
  • Updated to work with PyTorch v0.2.0.

Fixed

  • Factorization predict APIs now work as advertised in the documentation.
Source: README.md, updated 2017-09-13