NeuromatchAcademy / course-content-dl

NMA deep learning course
https://deeplearning.neuromatch.io/
Creative Commons Attribution 4.0 International
750 stars 271 forks source link

W1D3, tut 1 and 2, erroneous doc string #929

Closed palec87 closed 1 year ago

palec87 commented 1 year ago

docstring of the init() method of the Net(nn.Module) class says:

"hidden_unit_nums: int Number of units in the hidden layer"

suggested correction: "hidden_unit_nums: list[int] Number of units per hidden layer"

Class used in both tutorials.

spirosChv commented 1 year ago

@palec87 this issue refers to W1D3 of the deep learning course.