Added support for Neural Network overhead title and per-layer title.

This commit is contained in:
Alec Helbling
2022-04-19 00:36:15 -04:00
parent 05f512f185
commit 229c27fa3f
12 changed files with 77 additions and 16 deletions

View File

@ -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: