Skip to content

input_shape=[ims_width, window_length, ims_height, num_hidden_in]? #11

Open
@Macklemoreh

Description

@Macklemoreh

new_lstm = eidetic_lstm(
name='e3d' + str(i),
input_shape=[ims_width, window_length, ims_height, num_hidden_in],
output_channels=num_hidden[i],
kernel_shape=[2, 5, 5])

Should the input_shape be [window_length, ims_width, ims_height, num_hidden_in]?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions