Input array should be flattened before running through the model
greydanus opened this issue · 2 comments
greydanus commented
The input x
is being flattened (eg. x = x.view(x.size(0), -1)
) in validation_step
and train_step
but not in test_step
. I think that, for the sake of consistency, this operation should be added to test_step
.
otaj commented
Hi, @greydanus! We are currently going through a major revision. Please, give us some time to finalize the revision, or, sign up for the part of the revision (we're going to more than welcome every helping hand ⚡) and fix possible old bugs that you've discovered while doing that revision. The revision issue is #839 🔩
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.