Marc

Results 10 comments of Marc

Same issue for me. The code was working long time but the music stops randomly. Does anyone already have a workaround or an idea how to debug this?

Thanks. But not really a satisfying solution :(

Good point. I implemented now a logic in my server application that tries to identify this situation by checking player state and idle reason. Then I just get a fresh...

I have a similar issue. I have thread checking regularly available chromecasts discovered by `available_casts = pychromecast.get_chromecasts(tries=1, retry_wait=1, timeout=1)` However, at some point the list is always empty and I...

Thanks, I start testing with the start_discovery function. I am running it on a raspberry pi using linux.

@jaiswalvineet I got the same problem. The tf graph is not thread safe and needs to be globally defined and always reused when doing the prediction. Here is how I...

Hey @jfkirk, I have the follow shapes: > Shape of item features data: (120, 33) > Shape of training user data: (3154, 12) > Shape of interaction data: (3154, 120)...

@kevglynn Can you provide some example dataset where this happens? I can't reproduce this error at the moment... I understand in what circumstances this error occurs but I don't understand...

Regarding question two, I responded to your problem in #120. I hope this fixes your problem. But I am also very interested in running TensorRec in production. Especially in performance...

I did some load testing with TensorRec for serving using TensorFlow 1.12. and TensorFlow < 1.12 and the latter was way faster (up to factor of 10!) than 1.12. Is...