Skip to content

Commit

Permalink
put all imports in example
Browse files Browse the repository at this point in the history
  • Loading branch information
TLESORT authored Jan 13, 2022
1 parent d490d28 commit 7afc9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_tutorials/scenarios/scenarios.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ tasks, each with new classes. See there some example arguments:
.. code-block:: python
from torchvision.transforms import transforms
from continuum.datasets import MNIST
from continuum import ClassIncremental
continual_dataset = MNIST(data_path="my/data/path", download=True, train=True)
Expand Down

0 comments on commit 7afc9ac

Please sign in to comment.