Login
Remember
Register
Ask a Question
Once you train model weights, bias can be accessed using ____________.
0
votes
asked
Aug 7, 2021
in
PyTorch
by
sharadyadav1986
Once you train model weights, bias can be accessed using ____________.
Select the best option from below
a) model.state_dict()
b) model.dict()
c) model.parameters()
d) model.get_state_dict()
train-model
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 7, 2021
by
sharadyadav1986
a) model.state_dict()
...