deep-learning-with-python-notebooks
deep-learning-with-python-notebooks copied to clipboard
Typo in references to PyTorch ReLU
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