martisak / dotnets

Create simple drawings of neural networks using graphviz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the path for model in command

Lee1025-cpu opened this issue · comments

Hello martisak,
Firstly, thanks for the code! I am trying to modify it for my unet model. And I' m new to the command running in terminal, and i wonder where is the path for model in your command python dotnets.py | dot -Tpdf > test.pdf.
Any reply helpful will be thankful.

Thanks

Thanks for your interest :). First you need to clone the code to some directory, and then you run the command from that directory. So if you rangit clone git@github.com:martisak/dotnets.git, you need to first cd into the dotnets directory. I didn't bother making a package of this, so my bad ...

For a unet model, I am not sure what the result would be, if it works at all :). Would be interested in seeing your results! This is also a cool project worth checking out.