HarisIqbal88 / PlotNeuralNet

Latex code for making neural networks diagrams
MIT License
21.93k stars 2.86k forks source link

how to make note for some block? #70

Open He-haitao opened 4 years ago

He-haitao commented 4 years ago

vgg16

if i want to make some note like this, can this script do this?

and what if i want to make note for input picture, such as the pic size, it seems to_input function not provide the parameter for us? Also hope you can add inception block! Really appreciate it!

Is there any comment about how to use the pycore function? how do you set the parameter like offset="(1,0,0)", size=(32,32,3.5), opacity=0.5 in block_2ConvPool offset="(0,0,0)", to="(0,0,0)", width=(2,2), height=40, depth=40 in to_ConvConvRelu why there is no to_convrelu and to_fulyconnected or to_dense function???