to_head('..'), to_cor(), to_begin(), #input to_input('../examples/fcn8s/cats.jpg'), #block-001 to_ConvConvRelu(name='ccr_b1',s_filer=500,n_filer=(64,64),offset="(0,0,0)",to="(0,0,0)",width=(2,2),height=40,depth=40), to_Pool(name="pool_b1",offset="(0,0...
importsyssys.path.append('../')frompycore.tikzengimport*frompycore.blocksimport*arch=[# 开头to_head('..'),to_cor(),to_begin(),# 添加输入层to_input('../examples/fcn8s/cats.jpg'),# 添加block1包含一个二重卷积接reluto_ConvConvRelu(name='ccr_b1',s_filer=500,n_filer=(64,64),off...
test add add input python layer Feb 1, 2019 .gitignore add res block Feb 2, 2019 LICENSE Create LICENSE Dec 11, 2018 README.md Update README.md Feb 1, 2019 tikzmake.sh python interface Feb 1, 2019 Repository files navigation README MIT license PlotNeuralNet Latex code for drawing neura...
Latex code for drawing neural networks for reports and presentation. Have a look into examples to see how they are made. Additionally, lets consolidate any improvements that you make and fix any bugs to help more people with this code. ...
importsyssys.path.append('../')frompycore.tikzengimport*frompycore.blocksimport*arch=[# 开头to_head('..'),to_cor(),to_begin(),# 添加输入层to_input('../examples/fcn8s/cats.jpg'),# 添加block1包含一个二重卷积接reluto_ConvConvRelu(name='ccr_b1',s_filer=500,n_filer=(64,64),off...