skorch-dev / skorch

A scikit-learn compatible neural network library that wraps PyTorch
BSD 3-Clause "New" or "Revised" License
5.84k stars 388 forks source link

ImportError: cannot import name 'uses_placeholder_y' from 'skorch.dataset' #1030

Open 6ABCD0 opened 11 months ago

6ABCD0 commented 11 months ago

My skorch's version is 0.13.0. But it occurs ImportError: cannot import name 'uses_placeholder_y' from 'skorch.dataset'

BenjaminBossan commented 11 months ago

This function has been removed quite some time ago. In what context do you get the error?