DeathSprout

Results 7 comments of DeathSprout

And the code ``` Latex \documentclass[border=12pt, multi, tikz]{standalone} %\usepackage{blocks} % \usepackage[top=4cm,left=2cm]{geometry} \usepackage[fontsize=14pt]{fontsize} \usepackage{import} \subimport{../../layers/}{init} %\usepackage{optics} \usetikzlibrary{positioning} \usetikzlibrary{3d} %for including external image \def\ConvColor{rgb:yellow,5;red,2.5;white,5} \def\ConvReluColor{rgb:yellow,5;red,5} \def\bnColor{rgb:green,4;red,1;blue,5;white,2} \def\PoolColor{rgb:red,1;black,0.3} \def\UnpoolColor{rgb:blue,2;green,1;black,0.3} \def\FcColor{rgb:blue,5;red,2.5;white,5} \def\FcReluColor{rgb:blue,5;red,5;white,4} \def\SoftmaxColor{rgb:magenta,5;black,7} \def\SumColor{rgb:blue,5;green,15}...

Thanks !!! I refer to your code and draw a Resnet34. :satisfied: ![image](https://user-images.githubusercontent.com/46420215/163123426-eac53920-0ddf-4a60-9bb8-c516c4e04e09.png)

```latex \documentclass[border=12pt, multi, tikz]{standalone} \usepackage[fontsize=14pt]{fontsize} \usepackage{import} \subimport{../../layers/}{init} \usetikzlibrary{positioning} \usetikzlibrary{3d} %for including external image \def\ConvColor{rgb:yellow,5;red,2.5;white,5} \def\ConvReluColor{rgb:yellow,5;red,5} \def\bnColor{rgb:yellow,5;red,5} \def\PoolColor{rgb:red,1;black,0} \def\UnpoolColor{rgb:blue,2;green,1;black,0.3} \def\FcColor{rgb:blue,5;red,2.5;white,5} \def\FcReluColor{rgb:blue,5;red,5;white,4} \def\SoftmaxColor{rgb:magenta,5;black,7} \def\SumColor{rgb:blue,5;green,15} \def\LayerColor{rgb:black,1} \newcommand{\copymidarrow}{\tikz \draw[-Stealth,line width =1mm,draw={rgb:blue,4;red,1;green,1;black,3}] (-0.3,0) -- ++(0.3,0);}...

I guess you set the transparency to 1 ---Original--- From: ***@***.***> Date: Thu, Jun 2, 2022 07:21 AM To: ***@***.***>; Cc: ***@***.******@***.***>; Subject: Re: [HarisIqbal88/PlotNeuralNet] ResNet50 Tex (#24) Hello, I...

``` LaTeX\def\ConvColor{rgb:yellow,5;red,2.5;white,5} ``` this defined the color of Conv layer , and "white" mean transparency,you can check it ---Original--- From: ***@***.***> Date: Thu, Jun 2, 2022 08:18 AM To: ***@***.***>;...

sorry,i just use LaTeX,no Python project ---Original--- From: ***@***.***> Date: Sun, Mar 12, 2023 14:15 PM To: ***@***.***>; Cc: ***@***.******@***.***>; Subject: Re: [HarisIqbal88/PlotNeuralNet] ResNet50 Tex (#24) \documentclass[border=12pt, multi, tikz]{standalone} \usepackage[fontsize=14pt]{fontsize}...