-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
it's a nice job to implement conv4d function.
variable 'out_frame' should be turn int.
but why conv4d's result is not the same as manually result?
here is my run result:
conv4d at (0, 0, 0, 0): -113.075
manually computed value at (0, 0, 0, 0): 10.4666204602
conv4d at (4, 4, 4, 4): -64.2123
manually computed value at (4, 4, 4, 4): -64.2123170346
conv4d at (0, 0, 0, 0): 1355.0
manually computed value at (0, 0, 0, 0): 929.0
conv4d at (5, 5, 5, 5): 4006.0
manually computed value at (5, 5, 5, 5): 4006.0
conv4d at (9, 10, 11, 12): 1016.0
manually computed value at (9, 10, 11, 12): 1016.0
Metadata
Metadata
Assignees
Labels
No labels