Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
atiwari751
/
ResNet50-image-classifier-app
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ResNet50-image-classifier-app
205 MB
5 contributors
History:
41 commits
atiwari751
updated app to support CPU
0880bdc
12 months ago
.gradio
Basic app complete
12 months ago
.gitattributes
Safe
1.57 kB
Merge branch 'main' of https://huggingface.co/spaces/atiwari751/ResNet50-image-classifier-app
12 months ago
.gitignore
Safe
77 Bytes
iTrying to add checkpoint.pth
12 months ago
Final_model_log.png
Safe
44.1 kB
Final submission with README
12 months ago
Model_comparison.png
Safe
52.8 kB
Final submission with README
12 months ago
README.md
Safe
336 Bytes
Merge branch 'main' of https://huggingface.co/spaces/atiwari751/ResNet50-image-classifier-app
12 months ago
app.py
Safe
1.91 kB
Updated with Hugging Face app
12 months ago
checkpoint.pth
pickle
Detected Pickle imports (4)
"torch._utils._rebuild_tensor_v2"
,
"collections.OrderedDict"
,
"torch.FloatStorage"
,
"torch.LongStorage"
What is a pickle import?
205 MB
xet
adding latest model
12 months ago
checkpoint.py
Safe
787 Bytes
Added checkpoint and early stopping
12 months ago
data_utils.py
Safe
1.47 kB
jitter probablity changed to 0.5
12 months ago
imagenet1000_clsidx_to_labels.txt
Safe
30.6 kB
Basic app complete
12 months ago
lr_finder.py
Safe
1.62 kB
Added one cycle lr and lr_finder and reduced jitter
12 months ago
main.py
Safe
3.21 kB
Added one cycle lr and lr_finder and reduced jitter
12 months ago
requirements.txt
Safe
75 Bytes
Basic app complete
12 months ago
resnet_model.py
Safe
6.84 kB
Modified code for imagent datase
12 months ago
train_test.py
Safe
3.01 kB
Modular code and removed misclassified images collection
12 months ago
utils.py
Safe
4.43 kB
updated app to support CPU
12 months ago
validation.py
Safe
825 Bytes
Modified code for imagent datase
12 months ago