notebook.community
Edit and run
In [2]: from dataset import Catdog
from dataset import Catdog
In [3]: cd=Catdog()
cd=Catdog()
In [5]: cd.next_batch(100)
cd.next_batch(100)
In [ ]: