0 votes
in PyTorch by
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()

1 Answer

0 votes
by
a) model.state_dict()
...