lasso-net / lassonet

Feature selection in neural networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some errors

RayYoh opened this issue · comments

When I run the code, some errors occur.
boston_housing.py Line 39 It should be n_selected.append(save.selected.sum().cpu().numpy())
utils.py Line 38 n_selected.append(save.selected.sum().cpu().numpy())

Can you paste your error message? If you want to propose a fix, you can fork the repository and open a Pull Request.

It is not a serious problem.
The error means that the data is on cuda not on cpu.

thanks for your error report!