Several typo references to "TensorFlow" style of relu when discussing PyTorch ReLU; ie: torch.nn.relu(... ... rather than: torch.nn.ReLU(... ... eg in Chapter 3: p77, p81