Update cnn_num_layer_test authored by Kentaro Mogushi's avatar Kentaro Mogushi
......@@ -2,12 +2,24 @@
I compare which model of the CNN is better using either of 3 or 4.
## number of layers = 3
## number of layers = 4
## Model
## Model
```
class DeepPixel(torch.nn.Module):
......
......