buffalo
buffalo copied to clipboard
`save_factors` parameter no longer functional in v2.0.2
Bug
The save_factors
parameter, which was functional in version v2.0.1, seems to have no effect in the recent v2.0.2 release.
To Reproduce
Steps to reproduce the behavior:
- Set up the environment with v2.0.2
- Set
save_factors
from als_option asTrue
in https://github.com/kakao/buffalo/blob/f44127bb77cda416224cd40d6241a35b866f469b/examples/example_als.py#L10-L25 - Observe that the ALS model is not saved during training, whereas in v2.0.1 it was working as expected.