Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
24D0894
/
AutoEncoder_Interface
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AutoEncoder_Interface
120 kB
Ctrl+K
Ctrl+K
1 contributor
History:
32 commits
24D0894
Enforce exact (256, 256) input size with forced resizing in app.py to prevent dimension mismatch
c3ea62f
verified
over 1 year ago
.gitattributes
Safe
1.52 kB
initial commit
over 1 year ago
README.md
Safe
291 Bytes
initial commit
over 1 year ago
app.py
Safe
3.21 kB
Enforce exact (256, 256) input size with forced resizing in app.py to prevent dimension mismatch
over 1 year ago
conv_autoencoder_model.pth
pickle
Detected Pickle imports (3)
"collections.OrderedDict"
,
"torch._utils._rebuild_tensor_v2"
,
"torch.FloatStorage"
What is a pickle import?
112 kB
xet
Upload conv_autoencoder_model.pth
over 1 year ago
requirements.txt
Safe
53 Bytes
Add torchvision to requirements.txt for consistent resizing of input images in app.py
over 1 year ago
train_model.py
Safe
2.12 kB
Add train_model.py for training ConvAutoencoder with fixed (256, 256) input size
over 1 year ago