Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing pixels and time to create an output state in train_et_smnist.py #21

Open
ijdavis opened this issue Feb 15, 2025 · 0 comments
Open

Comments

@ijdavis
Copy link

ijdavis commented Feb 15, 2025

In train_et_smnist.py:

output_states = rnn((pixel_input, time_input), mask=mask_input)

produces an error message about 64 not being a shape.

output_states = rnn(pixel_input, mask=mask_input)

runs but does not connect time_input which is passed into the model to the RNN.

It seems that the API no longer allows the above construct used in train_et_smnist.py
What is the correct format to present both pixel_input and time_input to the output_state of this RNN.

Thanks,
Ian Davis
cs.uwaterloo.ca/~ijdavis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant