2 replies
Jul '22

jleeleee

For most of the examples, since the network was already initialized and computed on X in the first subsection, the example conditional if type(module) == nn.LazyLinear will not work since the data type was converted to nn.Linear, and if the network is not instantiated, then the net.apply(...) method will not work either

Aug '22

Coen_S

Yes, this section seems to have some errors.