mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-05-19 03:26:18 +08:00
Added support for Neural Network overhead title and per-layer title.
This commit is contained in:
@ -65,7 +65,7 @@ class EmbeddingLayer(VGroupNeuralNetworkLayer):
|
||||
return animation_group
|
||||
|
||||
@override_animation(Create)
|
||||
def _create_embedding_layer(self, **kwargs):
|
||||
def _create_override(self, **kwargs):
|
||||
# Plot each point at once
|
||||
point_animations = []
|
||||
for point in self.point_cloud:
|
||||
|
Reference in New Issue
Block a user