waleedka / hiddenlayer

Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.
MIT License
1.79k stars 266 forks source link

x = x.view(x.size(0), 256 * 6 * 6) #43

Closed yangninghua closed 5 years ago

yangninghua commented 5 years ago

image ??????

yangninghua commented 5 years ago

What does this mean? Isn't this a simple reshape operation? Why are there branches, and concat operations?