Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
cis519projectA
/
Ensemble_ConvNeXt_MobileNet_EfficientNet_Weight_Adjustment
like
0
Follow
CIS519_Project_JC_YQ_RW
4
Model card
Files
Files and versions
Community
7253a0e
Ensemble_ConvNeXt_MobileNet_EfficientNet_Weight_Adjustment
1 contributor
History:
3 commits
jiayicccc
Add Ensemble Model With Weight Adjustment for Image to GPS Project
7253a0e
4 months ago
.gitattributes
Safe
1.52 kB
initial commit
4 months ago
custom_ensemble_weight_adjust.pth
Safe
pickle
Detected Pickle imports (4)
"torch._utils._rebuild_tensor_v2"
,
"torch.FloatStorage"
,
"collections.OrderedDict"
,
"torch.LongStorage"
What is a pickle import?
148 MB
LFS
Add Ensemble Model With Weight Adjustment for Image to GPS Project
4 months ago
weight_adjust_ensemble.pth
pickle
Detected Pickle imports (35)
"torch.nn.modules.batchnorm.BatchNorm2d"
,
"torch.nn.modules.pooling.AdaptiveAvgPool2d"
,
"torch.FloatStorage"
,
"torchvision.models.mobilenetv2.MobileNetV2"
,
"__builtin__.set"
,
"torch._utils._rebuild_parameter"
,
"torch.nn.modules.linear.Linear"
,
"__main__.CustomEfficientNetModel"
,
"torch.nn.modules.flatten.Flatten"
,
"torch.nn.modules.activation.GELU"
,
"torch.nn.modules.activation.ReLU"
,
"torch.nn.modules.batchnorm.BatchNorm1d"
,
"torchvision.models.mobilenetv2.InvertedResidual"
,
"torchvision.ops.misc.Permute"
,
"torch.nn.modules.normalization.LayerNorm"
,
"torchvision.ops.misc.SqueezeExcitation"
,
"torch._utils._rebuild_tensor_v2"
,
"torch.nn.modules.activation.SiLU"
,
"torchvision.models.efficientnet.EfficientNet"
,
"torchvision.models.convnext.CNBlock"
,
"torch.nn.modules.activation.ReLU6"
,
"torchvision.models.convnext.ConvNeXt"
,
"torchvision.models.convnext.LayerNorm2d"
,
"collections.OrderedDict"
,
"torchvision.models.efficientnet.MBConv"
,
"__main__.CustomMobileNetModel"
,
"torchvision.ops.misc.Conv2dNormActivation"
,
"__main__.CustomConvNeXtModel"
,
"torch.LongStorage"
,
"torch.nn.modules.dropout.Dropout"
,
"torch.nn.modules.activation.Sigmoid"
,
"torch.nn.modules.container.Sequential"
,
"torchvision.ops.stochastic_depth.StochasticDepth"
,
"__main__.EnsembleModel"
,
"torch.nn.modules.conv.Conv2d"
How to fix it?
149 MB
LFS
Add Ensemble Model With Weight Adjustment for Image to GPS Project
4 months ago