Open lzdh opened 6 years ago
You are using a different version than the example intended, this looks like a bug that was fixed: https://github.com/pytorch/pytorch/issues/2315 The solution is for the example to provide a container or requirements file to install the correct one, otherwise you have to just figure it out this way :)
I see! Thank you very much for the reply :)
You are using a different version than the example intended, this looks like a bug that was fixed: pytorch/pytorch#2315 The solution is for the example to provide a container or requirements file to install the correct one, otherwise you have to just figure it out this way :)
Sorry @vsoch how is this related to pytorch? Just out of curiosity.
Take a look at the error - Variable object has no attribute shape. It's the same issue with the version of the supporting library being used is the wrong one.
OK, yes I saw that but I just cannot see where the pytorch variable is defined. Neither in the example, nor in the GLMR code, I see any pytorch code. This is why I asked.
Sorry to not be clear - it's not relevant to pytorch, but I was pointing out that they both have some same underlying module that is producing the same error, likely whatever is used for the Variable in both...
Hi, 'GLRM' runs really slow on my data, so I am trying the example, and found out: 1. the definition of missing1 is beyond the index bond. I corrected it and then it gives me the following error. Am I doing anything wrong?