TypeErrror by torch.index_select in Rossman notebook

I am running the notebook lesson3-rossman on my workstation. So far everything ran through without problems. Though in this notebook I get

`
m = md.get_learner(emb_szs, len(df.columns)-len(cat_vars),
0.04, 1, [1000,500], [0.001,0.01], y_range=y_range)
ms.summary()

TypeError: torch.index_select received an invalid combination of arguments - got (torch.cuda.FloatTensor, int, torch.cuda.FloatTensor), but expected (torch.cuda.FloatTensor source, int dim, torch.cuda.LongTensor index)`

I wonder why I get this error and how to fix it. Did anyone get this error? Except for this line the notebook runs through.

Facing same issue here!

have you solved this issue?

same issue!!!

Did anybody solve the TypeErrror by torch.index_select in Rossman notebook problem yet?

same here, has anyone resolved this? thanks!

Same here