ManimML icon indicating copy to clipboard operation
ManimML copied to clipboard

missing "config"

Open FreqBayes opened this issue 1 year ago • 4 comments

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.

FreqBayes avatar May 08 '23 08:05 FreqBayes