HarisIqbal88 / PlotNeuralNet

Latex code for making neural networks diagrams
MIT License
21.74k stars 2.84k forks source link

create a python package #28

Open jiayiliu opened 5 years ago

jiayiliu commented 5 years ago

Hi @HarisIqbal88

Thank you for sharing this beautiful work. It is very useful for myself and hopefully for others too. I wrap it as a python package to simplify the usage (with a tentative name latexnn). At the meantime, I am also thinking about other ways to make the process more automatic.

Let me know if you also have some ideas to fulfill and some energy on it. I would like to coordinate with you to make it better. Cheers, Jason

HarisIqbal88 commented 5 years ago

Hi @jiayiliu

Thank you for your effort. Yes, a python wrapper would be great. Current version of python wrapper lacks many functionalities. It would be great if any update in latex code(e.g., additional of new network) also appears in python code as well, like just being able to call model written in latex. In the meantime, I will look at your code and give further feedback as well.

Thanks again, Haris

jiayiliu commented 5 years ago

Great! Let me know if you need some helps here.

SamuelMarks commented 3 years ago

@HarisIqbal88 Happy to give this a shot from a new fork, assuming @jiayiliu isn't finishing this one…

Still interested in merging one?