Skip to content

notebooks/book1/14/cnn_cifar_pytorch.ipynb #1120

Open
@g-i-o-r-g-i-o

Description

Please consider replacing

img_batch, label_batch = dataiter.next()

with

img_batch, label_batch = next(dataiter)

$$Clipboard01

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions