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
Hi during running your code, i was unexpectedly see an error due to missing arguments
File "/notebooks/slamp/helpers.py", line 362, in eval_step
nsample = opt.nsample
File args.py doesnt have any definition about nsample, what does nsample mean?
I suppose it should be the number of samples per batch in evaluation which means eval batch size
Thanks for your reading
The text was updated successfully, but these errors were encountered:
Thank you for your interest in our work. In the literature, the stochastic models generate more than one sample because the samples differ because of the latent variables. nsample refers to the number of samples to generate for each example in the test/validation set.
Since it is used in the evaluation code, the evaluation code contains that nsample argument.
Hi during running your code, i was unexpectedly see an error due to missing arguments
File "/notebooks/slamp/helpers.py", line 362, in eval_step
nsample = opt.nsample
File args.py doesnt have any definition about nsample, what does nsample mean?
I suppose it should be the number of samples per batch in evaluation which means eval batch size
Thanks for your reading
The text was updated successfully, but these errors were encountered: