Skip to content

Chapter 2 #86

@Mel65

Description

@Mel65

I think there is a code error (Fetching the values of intermediate layers), where in two places, this:

loss_history.append(loss_value)

should be this:

loss_history.append(loss_value.item())

Metadata

Metadata

Assignees

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