mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-05-19 19:46:50 +08:00
Made mcmc example. Added ability to view matplotlib plots.
This commit is contained in:
@ -174,6 +174,7 @@ class Convolutional2DLayer(VGroupNeuralNetworkLayer, ThreeDLayer):
|
||||
)
|
||||
|
||||
self.construct_activation_function()
|
||||
super().construct_layer(input_layer, output_layer, **kwargs)
|
||||
|
||||
def construct_activation_function(self):
|
||||
"""Construct the activation function"""
|
||||
|
Reference in New Issue
Block a user