Skip to content

Python 3 compatibility #1

@dansontong

Description

@dansontong

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions