Deep learning researchers have to work with a lot of models. The models may include different types of Layers: They include convolutional neural network layers, recurrent neural network layers, batch normalization layers, polling layers, and many others.
Along With their own visualization, it is also necessary to keep the model detailed enough visually to teach about the model.
Although there are widely used visualization methods available in several packages such as model summary and others. I want to know the availability of animation tools that are useful to simulate the models of deep learning that are more visually intuitive.
Are there any contemporary animation packages available true to draw and simulate deep learning models?