PyTorch Forums
Initial weights in Convolutional Neural Networks and Artificial Neural Networks
vision
CasellaJr
(Bruno Casella)
November 4, 2021, 6:59pm
3
Create the class of your CNN
Istantiate it like:
model = YourCNN()
list(model.parameters())
show post in topic