Skip to content

issue passing spatio temporal map to CNN #21

Description

@ebenezerArt

Dear Anwesh,

I am a student and I am trying to implement your code for my own use against the UBFC Dataset. I have been able to implement the pre-processing step myself however when passing the spatio temporal map inputs to the CNN I get an error stating:

RuntimeError: Given groups=1, weight of size [64, 3, 7, 7], expected input[1, 300, 25, 3] to have 3 channels, but got 300 channels instead.

I am quite confused as I thought that the dimensions for the model that I pass to the CNN are correct [1, 300, 25, 3] but the it seems like it wants shape [64, 3, 7, 7].

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