Different outputs for windowed input on NN? #19060
Unanswered
StuartFarmer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following CNN written in Flax.
I initiate and pass a batch of my data through it and get my logits out. But, the logits I get out when I push a batch is different than when I push a single sample. For example:
This is before training. The shape of the windows_train variable is (1337997, 100).
What am I doing wrong? Am I misunderstanding the library?
Beta Was this translation helpful? Give feedback.
All reactions