You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Convolutional Neural Network created in PyTorch for image classification. The network architecture is defined in a class, and the forward method outlines how input data passes through the network layers to produce an output.
This is not production ready and made for research purposes.