All Versions
7
Latest Version
Avg Release Cycle
134 days
Latest Release
2014 days ago
Changelog History
Changelog History
-
v0.1.6 Changes
September 08, 2019β‘οΈ Update to PyTorch v1.1.0.
-
v0.1.5
May 20, 2018 -
v0.1.4
February 18, 2018 -
v0.1.3 Changes
December 14, 2017v0.1.3 (2017-12-14)
β Added
- Goodbooks dataset.
π Changed
- Raise ValueError if loss becomes NaN or 0.
- β‘οΈ Updated to work with PyTorch 0.3.0.
-
v0.1.2 Changes
September 19, 2017β 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 nowoptimizer_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.
-
v0.1.1
July 19, 2017 -
v0.1.0
June 28, 2017