mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-07-15 07:57:41 +08:00
Example changes merge
This commit is contained in:
@ -148,7 +148,7 @@ class VariationalAutoencoder(VGroup):
|
||||
|
||||
return animation_group
|
||||
|
||||
def make_forward_pass_animation(self, image_pair, run_time=1.5):
|
||||
def make_forward_pass_animation(self, image_pair, run_time=1.5, **kwargs):
|
||||
"""Overriden forward pass animation specific to a VAE"""
|
||||
per_unit_runtime = run_time
|
||||
# Setup images
|
||||
|
Reference in New Issue
Block a user