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