Gordon Erlebacher
Gordon Erlebacher
Please ignore the question. I forgot to remove duplicate member entries in the user_feature matrix.
Hi @srinivascnu166, All I did was make sure of two things: (to be checked independently for item and user features) 1) there should be no duplicate rows, i.e., no duplicate...
Hi, I would also like a copy of the Harnessing the Crowd dataset? I got the individual assessments. The actual tweets are no longer available. Great book!
Thanks for the reply. Here is more detail. I am running on Pop!Os 22.04. Here is the output of "uname -a": ``` Linux pop-os 5.17.5-76051705-generic #202204271406~1655476786~22.04~62dd706 SMP PREEMPT Fri Jun...
Here is the solution. First, the problem only occurs when running on the GPU. Second, to fix, update torch function `.../torch/nn/utils/rnn.py`. Replace `lengths` by `lengths.cpu()` in the call to `_VF._pack_padded_sequence`....
I have tried to create a Vue-3 container for vis-network. I got issues related to strict mode. Some how all vis functions ended up with problems in their argument TS....
Thank you! I have no direct experience with properties. Now I know: property implicitly defines a class variable. Gordon On Tue, May 30, 2017 at 9:23 AM, Sean Welleck wrote:...
Yes, it helps. Thank you for replying. Just so that you know, I am analyzing your code. I converted it to run in anaconda3 (Python 3.6 + Tensorflow 1.1 (or...
Thanks for the update. It is very sad that so many paper do not provide enough information for the duplication of results. I am interested in your code because we...
Hi @albertpod: Thank you for your investigation and suggestion, which I will try out. Let me provide you with some context. This problem was proposed as a class demonstration of...