piskvorky/gensim

Check what's the reason to use double-precision in topic models

Open

#1,576 建立於 2017年9月8日

在 GitHub 查看
 (6 留言) (0 反應) (0 負責人)Python (15,144 star) (4,349 fork)batch import
Hacktoberfestbugdifficulty easygood first issueperformance

描述

Our TMs return vectors with double-precision float64, it looks like very suspicious, because float32 is enough for all. Need to check, what's a reason of this behavior and what's a concrete method.

The first step - look at this line in the test, after it - collect all TMs, that depends on this tests and check, where and why float64 happened.

Result - detailed description (where and why), and fixing this behavior after discussion (if needed)

貢獻者指南