Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakuyume committed Apr 19, 2018
1 parent 9e65264 commit ad4d798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chainercv/datasets/sbd/sbd_instance_segmentation_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
def _check_available():
if not _available:
warnings.warn(
'SciPy is not installed in your environment,',
'SciPy is not installed in your environment,'
'so the dataset cannot be loaded.'
'Please install SciPy to load dataset.\n\n'
'$ pip install scipy', RuntimeWarning)
'$ pip install scipy')


class SBDInstanceSegmentationDataset(chainer.dataset.DatasetMixin):
Expand Down

0 comments on commit ad4d798

Please sign in to comment.