0 votes
in PyTorch by

The model.eval() is used to _________.

Select the best option from below

a) None of the options

b) predict the ouputs

c) evalute model performance

d) skip applying dropout while testing the model

1 Answer

0 votes
by
d) skip applying dropout while testing the model
...