Ben Frederickson

Results 249 comments of Ben Frederickson

Hmm - I just tried out the suggestion from @Shershebnev, and it didn't work for me on the system python on OSX =(. The best bet for the system python...

@rkooo567 that looks pretty odd to me - I'm unsure why py-spy managed to figure out the native threadid in some cases, but not others. Is there a way I...

Ability to do this with Linux has been added with https://github.com/benfred/py-spy/pull/538 -

Hmm, this should work (at least on x86_64 Linux and windows) What operating system are you using? Also what kind of cpu is this on?

There was a bug with the `calculate_training_loss` parameter - when the number_of_items * number_of_users was bigger than 2**31. This will be fixed by #663 in the next release. thanks for...

@gallir - I'm working on getting a new version together - I also want to get changes like https://github.com/benfred/implicit/pull/661 and https://github.com/benfred/implicit/pull/656 pushed out to people too. I'd also like to...

@gallir - fix is in v0.7.0

#663 should fix the problems with the `calculate_training_loss` flag showing incorrect results reported by @benyaminjami . However, this won't fix the issue reported by @linncecilie =(. The training loss calculation...

see also https://github.com/conda-forge/implicit-feedstock/pull/82