Radim Řehůřek
Radim Řehůřek
I see this wasn't really fixed in #1895 – I'm still getting: ```python >>> psutil.__version__ 5.9.0 >>> psutil.cpu_freq() FileNotFoundError: [Errno 2] No such file or directory (originated from sysctl(HW_CPU_FREQ)) ```...
Actually, why not factor out `log(count)` completely, out of the main loop, into the cooccurrence matrix? In other words, do `cooccurrence_matrix = log(cooccurrence_matrix)`. Or are the actual original counts/weights needed...
You have 24 cores, hyperthreading is not as efficient as real physical cores. So peak performance around 24 is probably expected.
FAST_VERSION is essentially to be interpreted as `FAST_VERSION != -1`. The individual values don't have much meaning IIRC, they were discovered by trial-and-error when I was trying to figure out...
An RC release is a good idea, I'm +1. @mpenkov do you see any issue with that?
Yes. I don't want to release until the pre-3.8.3 compatibility question is settled though. @gojomo can we have a call to finalize this?
-1 on releasing anything without clarity on model serialization. Serialization is functionality that I don't want to change, even from a beta/release candidate. Stability is important. I'll try to read...
@gojomo is your email address still `gojomo@x**y.com`?
I'm putting this issue on the back burner again, since no one took it up. Not really blocking for the next release.
@silviatti could you check this one please? #3197 was the only change in CoherenceModel, although I don't see how it's related. @PrimozGodec could you interrupt your stuck computation with ctrl-c...