CoolFace
Apppublic

Rishabh-9090/Galaxy_Morphology_Classification_using_CNNs_and_ViT

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
50 commits on main
4b1d4208mo ago

Update metrics in results

Rishabh-9090
e3721348mo ago

Add results metrics and confusion matrices as json files

Rishabh-9090
3a16ad48mo ago

Add save confusion matrices function to save all confusion matrices

Rishabh-9090
138df1e8mo ago

Add the best VGG16 filepath

Rishabh-9090
3ccbf6c8mo ago

Update project structure

Rishabh-9090
6f3476c8mo ago

Add project structure

Rishabh-9090
ce1d6668mo ago

Add HUggingFace space link

Rishabh-9090
d0919b68mo ago

Update README.md

Rishabh-9090
c23c8478mo ago

Add ViT effectiveness on disturbed galaxies insight

Rishabh-9090
cd9708a8mo ago

Add results summary

Rishabh-9090
5bec3e08mo ago

Clean notebook

Rishabh-9090
b5eb0a28mo ago

Update README with Hugging Face demo details

Rishabh-9090
c717cbb8mo ago

Fix the handling of model and transformation tuple while loading the model

Rishabh-9090
c1fe8548mo ago

Add clean UI features

Rishabh-9090
3b026768mo ago

Fix HF checkpoint paths (remove local checkpoints prefix)

Rishabh-9090
1d7da588mo ago

Switch checkpoints to HF model repo paths

Rishabh-9090
d98ed058mo ago

Remove checkpoints from repo; load weights externally

Rishabh-9090
f727cc88mo ago

Allow checkpoints folder for Git LFS

Rishabh-9090
2e94e038mo ago

Fix imports for HF Spaces

Rishabh-9090
4f10a238mo ago

Fix imports

Rishabh-9090
a0cd5a58mo ago

Fix PYTHONPATH for Hugging Face Spaces

Rishabh-9090
1a388ec8mo ago

Add working Gradio inference for CNN and ViT models

Rishabh-9090
640467f8mo ago

Add visualisation

Rishabh-9090
ba537d48mo ago

TRain Custom CNN on balanced dataset using early stopping and evaluate on balanced and unbalanced test dataset

Rishabh-9090
5b9ae1e8mo ago

Train Custom CNN using early stopping and evaluation

Rishabh-9090
b6a36088mo ago

Set persistent training as false and added pre fetch factor

Rishabh-9090
3ccb0c98mo ago

Train VGG19 on balanced dataset using early stopping and evaluate on balanced and unbalanced test dataset

Rishabh-9090
3405cd48mo ago

Train VGG19 using early stopping and evaluation

Rishabh-9090
cba70b98mo ago

Train ViT on balanced dataset and evaluate on balanced and unbalanced test dataset

Rishabh-9090
9ddce4c8mo ago

Train ViT on unbalanced dataset and evaluation

Rishabh-9090
fde44f78mo ago

Add validation optional feature in train_vit function

Rishabh-9090
08894338mo ago

Update dataloader function for ViT

Rishabh-9090
3826faf8mo ago

Add train vit function

Rishabh-9090
c347bfc8mo ago

Train VGG16 on balanced dataset using early stopping and evaluate on balanced and unbalanced test dataset

Rishabh-9090
ca88e888mo ago

Train VGG16 using early stopping and evaluation

Rishabh-9090
4c4d57a8mo ago

Update early stopping class

Rishabh-9090
de6df688mo ago

Train ResNet18 on balanced dataset using early stopping and evaluate on balanced and unbalanced test dataset

Rishabh-9090
d35f8688mo ago

Train ResNet18 using early stopping and evaluation

Rishabh-9090
88124958mo ago

Train ResNet26 on balanced dataset and evaluate on balanced and unbalanced dataset

Rishabh-9090
8f7149d8mo ago

Train and evaluate ResNet26 using early stopping

Rishabh-9090
9873b968mo ago

Updated train function docstring comment

Rishabh-9090
cb013388mo ago

TRain ResNet50 on balanced dataset using early stopping and evaluate on balanced and unbalanced test dataset

Rishabh-9090
6dd3f048mo ago

Train ResNet50 using early stopping

Rishabh-9090
3acbc758mo ago

Add epoch number in returned elements

Rishabh-9090
0b29d258mo ago

Add early stopping in training pipeline

Rishabh-9090
663f42b8mo ago

Add epoch tracking

Rishabh-9090
4236b558mo ago

Add early stopping feature

Rishabh-9090
36533d88mo ago

Clean import discrepancies

Rishabh-9090
855cdd68mo ago

Train resnet18 on balanced dataset and evaluate using balanced and unbalanced test dataset

Rishabh-9090
4c1ab718mo ago

Train and evaluate resnet18

Rishabh-9090