Patrick

Results 2 issues of Patrick

Hello! In [p1ch8/1_convolution.ipynb](../blob/master/p1ch8/1_convolution.ipynb)'s `NetResDeep.__init__()` ("In [56]:") it says ```python self.resblocks = nn.Sequential(*(n_blocks * [ResBlock(n_chans=n_chans1)])) ``` This leads to all entries in the list referencing the same instance of `ResBlock`. Is...

I would like to replicate your results, but the API of some of the dependencies has changed, thus some of the examples do not work. It would help a lot...