helblazer811 / ManimML

ManimML is a project focused on providing animations and visualizations of common machine learning concepts with the Manim Community Library.
MIT License
2.27k stars 136 forks source link

Increasing the size of the rendered NN #35

Closed tgautam03 closed 1 year ago

tgautam03 commented 1 year ago

How do I increase the size of the rendered output? .scale() doesn't seem to work.

Thanks

helblazer811 commented 1 year ago

I think I may have fixed this. I am not sure which neural network you are specifically trying to render. Let me know if you can update your pip package with pip install --upgrade manim-ml. Let me know if it works, and if not can you upload a picture of the failure case and code?

tgautam03 commented 1 year ago

I was using MLP for a very simple case so I wrote my own from scratch. I'll probably try something again in couple of days, and will post the error then.

helblazer811 commented 1 year ago

Closing this unless it still does not work.