-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing "config" #38
Comments
Same issue here. Tried from GitHub too with
|
Pull request fixes the config error. But the animation is running painfully slowly unless you specify run_time, in which case imagelayer -> convolution is way too fast. |
Thanks for the help. Could you share your code? You can do some things to
change the animation speed, like setting run time for the play function. I
do need to do some refactoring of the animation timings in the future
though.
…On Tue, Nov 7, 2023 at 5:13 PM DoctorDinosaur ***@***.***> wrote:
Pull request fixes the config error. But the animation is running
*painfully* slowly...
—
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADMGLRRVLQHOQRC2YVKZNRDYDKW67AVCNFSM6AAAAAAXZTQCQ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBQGI3TGNRSGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Same code as https://github.com/helblazer811/ManimML/blob/main/examples/cnn/cnn_max_pool.py Just adding a runtime arg to the self.play. Or not adding. Without the anim is like 57 secs. |
Hi, when I was trying to run the maxpooling example in 0.0.24 it gave me an AttributeError:
convolutional_2d_to_max_pooling_2d.py:170 in make_forward_pass_animation │
│ ❱ 170 │ │ │ │ axis=manim_ml.three_d_config.rotation_axis, │
I think it would be axis=manim_ml.config.three_d_config.rotation_axis
BTW, just wondering is it possible to specify the run_time of each layer? sometimes the ImageLayer plays very fast but Convolutional2DLayer plays too slow.
The text was updated successfully, but these errors were encountered: