You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should predictions be the probability each of the concepts is recalled? Why the values in each row does not sum to 1?
I also noticed that the number of rows of predictions is always 10000 regardless of the length of test data. Is the activation discretized into a fixed number of bins?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I suppose the function
memoryis for running a model on test data. (How is it different frominference?)brain_decoding/src/brain_decoding/trainer.py
Lines 396 to 397 in f6f15bd
Should
predictionsbe the probability each of the concepts is recalled? Why the values in each row does not sum to 1?I also noticed that the number of rows of
predictionsis always 10000 regardless of the length of test data. Is the activation discretized into a fixed number of bins?Beta Was this translation helpful? Give feedback.
All reactions