mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-08-06 08:59:43 +08:00
Added working convolutional layer.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
from tempfile import _TemporaryFileWrapper
|
||||
from .convolutional_to_convolutional import ConvolutionalToConvolutional
|
||||
from .feed_forward_to_vector import FeedForwardToVector
|
||||
from .paired_query_to_feed_forward import PairedQueryToFeedForward
|
||||
from .embedding_to_feed_forward import EmbeddingToFeedForward
|
||||
@ -25,4 +25,5 @@ connective_layers_list = (
|
||||
TripletToFeedForward,
|
||||
PairedQueryToFeedForward,
|
||||
FeedForwardToVector,
|
||||
ConvolutionalToConvolutional,
|
||||
)
|
||||
|
Reference in New Issue
Block a user