Skip to content

Commit

Permalink
Merge pull request #52 from TheRealGremlin/patch-3
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
tanyapole authored Jan 7, 2024
2 parents c15a29c + aa10967 commit 1e5ef98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion eXNN/visualization/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
from .api import get_random_input, reduce_dim, visualize_layer_manifolds
from .api import (
get_random_input,
reduce_dim,
visualize_layer_manifolds,
visualize_recurrent_layer_manifolds,
)

0 comments on commit 1e5ef98

Please sign in to comment.