facebookresearch / odin

A simple and effective method for detecting out-of-distribution images in neural networks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indexing first sample in batch?

flpgrz opened this issue · comments

Hi,

nnOutputs = nnOutputs[0]

I don't get this line - is nnOutputs[0] the first sample in the batch?

I figured it out: batch size is 1.