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

Commit

Permalink
fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakuyume committed Jul 13, 2017
1 parent e45da96 commit 9418f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ssd/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from chainercv.links.model.ssd import resize_with_random_interpolation


class ConcatenatedDataset(chainer.DatasetMixin):
class ConcatenatedDataset(chainer.dataset.DatasetMixin):

def __init__(self, *datasets):
self._datasets = datasets
Expand Down

0 comments on commit 9418f76

Please sign in to comment.