dotnets icon indicating copy to clipboard operation
dotnets copied to clipboard

About the path for model in command

Open Lee1025-cpu opened this issue 4 years ago • 1 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

Lee1025-cpu avatar Jan 14 '21 08:01 Lee1025-cpu

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 [email protected]: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.

martisak avatar Jan 14 '21 09:01 martisak