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()

Related questions

0 votes
asked Aug 7, 2021 in PyTorch by sharadyadav1986
+1 vote
asked Jan 4, 2022 in Amazon Storage (S3) by sharadyadav1986
...