rrowaida
Results
2
comments of
rrowaida
Here np.random.choice(Item[i]['related'].keys(), 1), expect either an integer, or a 1-dimentional array. But Item[i]['related'].keys() is a dist() list. So the solution which worked for me is as below: r_temp1 = list(Item[i]['related'].keys())...
having the same problem. I tried reducing the batch size. But that introduced a new runtime error saying 'The size of tensor a (22065) must match the size of tensor...