Open eungbean opened 3 years ago
TypeError: _open() got an unexpected keyword argument 'as_grey'
sklearn does support as_gray argument, not as_grey.
as_gray
as_grey
https://github.com/scikit-image/scikit-image/blob/v0.18.0/skimage/io/_io.py#L14-L63
Problem
Solution
sklearn does support
as_gray
argument, notas_grey
.Reference
https://github.com/scikit-image/scikit-image/blob/v0.18.0/skimage/io/_io.py#L14-L63