dffml-model-pytorch

View on PyPIReverse Dependencies (1)

0.1.0.post0 dffml_model_pytorch-0.1.0.post0-py3-none-any.whl

Wheel Details

Project: dffml-model-pytorch
Version: 0.1.0.post0
Filename: dffml_model_pytorch-0.1.0.post0-py3-none-any.whl
Download: [link]
Size: 17986
MD5: 6924254f5db0e81e6956fb488e044f8d
SHA256: 3eb444ec709908197f6c0bcfae39023d8abfb878b458cf58ba77b04ff373d016
Uploaded: 2021-06-09 15:49:42 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: dffml-model-pytorch
Version: 0.1.0.post0
Summary: DFFML model dffml-model-pytorch
Author: Saksham Arora
Author-Email: sakshamarora1001[at]gmail.com
Maintainer: Saksham Arora
Maintainer-Email: sakshamarora1001[at]gmail.com
Home-Page: https://github.com/intel/dffml-model-pytorch
License: MIT
Keywords: dffml
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: dffml (>=0.4.0)
Requires-Dist: torch (>=1.6.0)
Requires-Dist: torchvision (>=0.7.0)
Requires-Dist: numpy (>=1.19.2)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 404 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.36.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
dffml_model_pytorch/__init__.py sha256=SQQg1zqm3ad-HcHwluNKm9vuwsXn534BqD5qPH9x3FE 12242
dffml_model_pytorch/pytorch_base.py sha256=K7q2DXj3AnbBHWXTQ73JLKcrpQ_B1ebEAcd5TjW9ZAo 16110
dffml_model_pytorch/pytorch_net.py sha256=_6HokAkW9HgBNAtrS5UC0jkjjj9fDwEVxqGc6uQHWjs 2619
dffml_model_pytorch/pytorch_pretrained.py sha256=BLLNwq-5JICgNvYLtXGk9Bp6re8UCNua42xpQLDZoV0 6020
dffml_model_pytorch/version.py sha256=6Ne5lsLOAV3IY9dDWhIXbBe41UvX4i5V6DT9NxXwt4o 24
dffml_model_pytorch/utils/__init__.py sha256=alIDGBnxWH4JvP-UW-7N99seBBi0r1GV1h8f1ERFBec 21
dffml_model_pytorch/utils/config.py sha256=ZYEozG-KC-3V7Qw_T1wWmEV6Gg0CVTOIglt1BNnYzWE 1084
dffml_model_pytorch/utils/utils.py sha256=G0sua_A7OwvscaO9vzrcFvkpIyk_NoFta2NAkIMdel8 3873
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_pytorchnet.py sha256=29H7RdodGiqyU6ZtCnDxafXZTdSjar1cUaHBZ63hGe4 6882
tests/test_resnet18.py sha256=MFaE16rpc3CFBlagz5gUOq_8nV99yArTwN_qNvxrlYc 2687
dffml_model_pytorch-0.1.0.post0.dist-info/LICENSE sha256=hyL5m07F9aNMhhsiLL6D9CTwI1kAfRG77yGbonHK7r4 1071
dffml_model_pytorch-0.1.0.post0.dist-info/METADATA sha256=CFkjNrBuynjKFX-6fH0cZSze0tcb6pv-XizhEEbDaiU 1418
dffml_model_pytorch-0.1.0.post0.dist-info/WHEEL sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA 92
dffml_model_pytorch-0.1.0.post0.dist-info/entry_points.txt sha256=KOjsPvoWhWCL_0sqYQKd4dSiVmDNMF_NU2ZT4OWV_4s 2053
dffml_model_pytorch-0.1.0.post0.dist-info/top_level.txt sha256=BIIf0Z0cLX_cuIJCKqccpgpWRPX20hGh0D6eAhIYtYc 26
dffml_model_pytorch-0.1.0.post0.dist-info/RECORD

top_level.txt

dffml_model_pytorch
tests

entry_points.txt

alexnet = dffml_model_pytorch.pytorch_pretrained:AlexNetModel
densenet121 = dffml_model_pytorch.pytorch_pretrained:DenseNet121Model
densenet161 = dffml_model_pytorch.pytorch_pretrained:DenseNet161Model
densenet169 = dffml_model_pytorch.pytorch_pretrained:DenseNet169Model
densenet201 = dffml_model_pytorch.pytorch_pretrained:DenseNet201Model
googlenet = dffml_model_pytorch.pytorch_pretrained:GoogleNetModel
inception_v3 = dffml_model_pytorch.pytorch_pretrained:InceptionV3Model
mnasnet0_5 = dffml_model_pytorch.pytorch_pretrained:MnasNet0_5Model
mnasnet1_0 = dffml_model_pytorch.pytorch_pretrained:MnasNet1_0Model
mobilenet_v2 = dffml_model_pytorch.pytorch_pretrained:MobileNetV2Model
pytorchnet = dffml_model_pytorch.pytorch_net:PyTorchNeuralNetwork
resnet101 = dffml_model_pytorch.pytorch_pretrained:ResNet101Model
resnet152 = dffml_model_pytorch.pytorch_pretrained:ResNet152Model
resnet18 = dffml_model_pytorch.pytorch_pretrained:ResNet18Model
resnet34 = dffml_model_pytorch.pytorch_pretrained:ResNet34Model
resnet50 = dffml_model_pytorch.pytorch_pretrained:ResNet50Model
resnext101_32x8d = dffml_model_pytorch.pytorch_pretrained:ResNext101_32x8DModel
resnext50_32x4d = dffml_model_pytorch.pytorch_pretrained:ResNext50_32x4DModel
shufflenet_v2_x0_5 = dffml_model_pytorch.pytorch_pretrained:ShuffleNetV2x0_5Model
shufflenet_v2_x1_0 = dffml_model_pytorch.pytorch_pretrained:ShuffleNetV2x1_0Model
vgg11 = dffml_model_pytorch.pytorch_pretrained:VGG11Model
vgg11_bn = dffml_model_pytorch.pytorch_pretrained:VGG11BNModel
vgg13 = dffml_model_pytorch.pytorch_pretrained:VGG13Model
vgg13_bn = dffml_model_pytorch.pytorch_pretrained:VGG13BNModel
vgg16 = dffml_model_pytorch.pytorch_pretrained:VGG16Model
vgg16_bn = dffml_model_pytorch.pytorch_pretrained:VGG16BNModel
vgg19 = dffml_model_pytorch.pytorch_pretrained:VGG19Model
vgg19_bn = dffml_model_pytorch.pytorch_pretrained:VGG19BNModel
wide_resnet101_2 = dffml_model_pytorch.pytorch_pretrained:WideResNet101_2Model
wide_resnet50_2 = dffml_model_pytorch.pytorch_pretrained:WideResNet50_2Model