CoolFace
Apppublic

HegdeSudarshan/BigEarthNetModels

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes
17 commits on main
5996cba10mo ago

Enable verbose error reporting in Gradio

Sudarshan Hegde
912703110mo ago

Fix upsampling: use two-stage 2x2 pixel shuffle (30->60->120)

Sudarshan Hegde
43ade0110mo ago

Fix u1 channels: 641024 for pixel_shuffle to output 64 channels

Sudarshan Hegde
325b41810mo ago

Fix channel mismatch: u2 layer should accept 16 channels from pixel_shuffle

Sudarshan Hegde
16485a810mo ago

Fix label loading: reverse mapping from label_indices.json

Sudarshan Hegde
f0128a010mo ago

Fix ResNetClassifier: backbone is raw ResNet18, not Sequential wrapper

Sudarshan Hegde
485fb1610mo ago

Fix ResNetClassifier to use 'backbone' matching saved weights

Sudarshan Hegde
73cfbef10mo ago

Add classifier.pth model file

Sudarshan Hegde
8c1805110mo ago

Fix RFB_Modified: dense layers process concatenated [x, rfb_out] with 128+ input channels

Sudarshan Hegde
ca3e84b10mo ago

Fix DenseLayer to use add_module for numbered .0 access matching state_dict

Sudarshan Hegde
72c2f6e10mo ago

Final architecture fix based on state_dict analysis: DenseLayer .convs indexing, RFB_Branch correct kernels (3x3, 5x1, 7x1), RFB 64ch input, complete upsampling path, final RGB output

Sudarshan Hegde
4f94c8f10mo ago

Fix remaining architecture issues: correct RFB_Branch kernels (1x5, 1x7), DenseLayer Sequential naming, RFB_Modified 160ch, rfb_fuse 64ch input

Sudarshan Hegde
b1339f710mo ago

Fix model architecture to match trained weights - corrected RRDB, RFB_Branch, and RFB_Modified structures

Sudarshan Hegde
f3959f810mo ago

Update README.md

HegdeSudarshan
233ee3510mo ago

Upload label_indices.json

HegdeSudarshan
a8b98a410mo ago

Upload 5 files

HegdeSudarshan
542832110mo ago

initial commit

HegdeSudarshan