Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jaimetorre
/
bears
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
bears
47 MB
1 contributor
History:
10 commits
jaimetorre
Add toml to fix push_to_hub_fastai error
6b99db6
10 months ago
.gitattributes
Safe
1.57 kB
Add model file using Git LFS
10 months ago
README.md
Safe
281 Bytes
initial commit
10 months ago
app.py
Safe
718 Bytes
Load model directly from hugging face.
10 months ago
bear1.jpeg
Safe
10.5 kB
Added example images. Moved categories before function.
10 months ago
bear2.jpeg
Safe
9.58 kB
Added example images. Moved categories before function.
10 months ago
bear3.jpeg
Safe
8 kB
Added example images. Moved categories before function.
10 months ago
export.pkl
Unsafe
pickle
Detected Pickle imports (81)
"torch.nn.modules.dropout.Dropout"
,
"fastcore.dispatch.TypeDispatch"
,
"fastai.data.transforms.Categorize"
,
"fastcore.foundation.L"
,
"torchvision.models.resnet.BasicBlock"
,
"fastai.learner.CastToTensor"
,
"__builtin__.bytes"
,
"fastcore.transform.Transform"
,
"fastai.data.transforms.ToTensor"
,
"fastai.data.transforms.CategoryMap"
,
"inspect.Parameter"
,
"torch.LongStorage"
,
"torch.device"
,
"fastai.data.core.Datasets"
,
"fastai.data.core.TfmdLists"
,
"fastai.callback.core.TrainEvalCallback"
,
"collections.OrderedDict"
,
"fastai.losses.CrossEntropyLossFlat"
,
"fastai.torch_core.TensorCategory"
,
"fastai.learner.AvgSmoothLoss"
,
"torch.nn.modules.container.Sequential"
,
"fastai.torch_core.TensorBase"
,
"fastai.torch_core.TensorImage"
,
"fastai.learner.AvgMetric"
,
"__builtin__.tuple"
,
"random.Random"
,
"fastai.metrics.error_rate"
,
"fastai.vision.learner._resnet_split"
,
"torch.nn.modules.pooling.AdaptiveAvgPool2d"
,
"numpy.dtype"
,
"numpy.core.multiarray.scalar"
,
"__builtin__.print"
,
"fastai.layers.Flatten"
,
"fastai.data.load._wif"
,
"fastai.data.load._FakeLoader"
,
"torch.nn.modules.batchnorm.BatchNorm2d"
,
"torch.nn.modules.pooling.AdaptiveMaxPool2d"
,
"torch._utils._rebuild_tensor_v2"
,
"torch._tensor._rebuild_from_type_v2"
,
"torch._utils._rebuild_parameter"
,
"fastai.data.transforms.IntToFloatTensor"
,
"torch.nn.modules.loss.CrossEntropyLoss"
,
"fastcore.basics.fastuple"
,
"fastai.learner.Learner"
,
"fastai.imports.noop"
,
"__builtin__.set"
,
"PIL.Image.Resampling"
,
"inspect._empty"
,
"torch.nn.modules.conv.Conv2d"
,
"pathlib.Path"
,
"torch.nn.modules.pooling.MaxPool2d"
,
"PIL.Image.Image"
,
"fastai.data.core.DataLoaders"
,
"fastai.data.core.TfmdDL"
,
"torch.nn.modules.batchnorm.BatchNorm1d"
,
"__builtin__.getattr"
,
"torchvision.models.resnet.resnet18"
,
"numpy.ndarray"
,
"fastai.layers.AdaptiveConcatPool2d"
,
"__builtin__.float"
,
"__builtin__.object"
,
"torch.Tensor"
,
"fastai.learner.AvgLoss"
,
"torch.FloatStorage"
,
"fastai.optimizer.Adam"
,
"fastai.data.transforms.Normalize"
,
"fastai.learner.Recorder"
,
"_codecs.encode"
,
"inspect.Signature"
,
"fastai.vision.core.PILImage"
,
"__builtin__.unicode"
,
"fastai.callback.progress.ProgressCallback"
,
"fastai.vision.augment.Resize"
,
"torch.nn.modules.linear.Linear"
,
"fastcore.transform.Pipeline"
,
"__builtin__.long"
,
"pathlib.PosixPath"
,
"fastcore.dispatch._TypeDict"
,
"fastai.data.transforms.parent_label"
,
"torch.nn.modules.activation.ReLU"
,
"inspect._ParameterKind"
How to fix it?
47 MB
xet
Add model file using Git LFS
10 months ago
requirements.txt
Safe
35 Bytes
Add toml to fix push_to_hub_fastai error
10 months ago