Skip to content
Discussion options

You must be logged in to vote

Hi @Msaleh87,

I think there might be a misunderstanding how sampling works. If you invoke predict (which makes evaluation predictions) does under the hood, it will return a tensor where one dimension will be the sample dimension. If you have num_samples=3, the size of this dimension is 3 (and the indices 0, 1, 2 accordingly). There is no mechanism of picking samples out of some larger set of samples. If you invoke predict again the model will generate another set of samples.

Hope this was clear.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mbohlkeschneider
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants