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
Main purpose of that project was to learn how Convolutional Neural Networks work and how to build custom one.
We also evaluated existing and well-known solutions as residual networks family (ResNets) and ViTbase (based on transformers) in topic of transfer-learning
Results and conclusions are stored in short report - "Projekt 5 - GOLEM CNN.pdf"
optim - optimizer chosen from - "SGD", "RMS", "ADADELTA", "ADAMAX"
loss - loss function - Cross Entropy Loss if flag is equal to "CrossEntropy", Mean Square Error otherwise
backbone - model's backbone - can be chosen from pretrained ("ViT", "resnet18", "resnet34") or our custom one if other flag than one of shown is passed
II option :
Run notepad.ipynb prepared for models tests and evaluation (all results collected as plots)