We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f1530 commit 851a495Copy full SHA for 851a495
projects/math/numerical-linalg/notebooks/svd.clj
@@ -110,16 +110,15 @@ first-image
110
;; Now let us collect the small tensors:
111
112
(def small-tensors
113
- (time
114
- (into []
115
- (map (comp image->small-tensor
116
- clj-media.model/image))
117
- (clj-media/frames
118
- (clj-media/file video-path)
119
- :video
120
- {:format (clj-media/video-format
121
- {:pixel-format
122
- :pixel-format/rgba})}))))
+ (into []
+ (map (comp image->small-tensor
+ clj-media.model/image))
+ (clj-media/frames
+ (clj-media/file video-path)
+ :video
+ {:format (clj-media/video-format
+ {:pixel-format
+ :pixel-format/rgba})})))
123
124
(count small-tensors)
125
0 commit comments