dcgan-implementation

View on PyPIReverse Dependencies (0)

0.1.0 dcgan_implementation-0.1.0-py3-none-any.whl

Wheel Details

Project: dcgan-implementation
Version: 0.1.0
Filename: dcgan_implementation-0.1.0-py3-none-any.whl
Download: [link]
Size: 7943
MD5: 6a22b7e9674fd40da2b20137ca8402d1
SHA256: 10ef41217fdebfc63236a2e3fdac369cbdfaf6bafc406d4caf92a9adbfdd95ea
Uploaded: 2021-03-14 13:35:41 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: dcgan-implementation
Version: 0.1.0
Summary: Simple DCGAN implementation for experimenting
Author: Andy Jackson
Author-Email: amjack100[at]gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7,<4.0
Requires-Dist: fire (<0.5.0,>=0.4.0)
Requires-Dist: imageio (<3.0.0,>=2.9.0)
Requires-Dist: matplotlib (<4.0.0,>=3.3.4)
Requires-Dist: tensorflow (<3.0.0,>=2.4.1)
[No description]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.2
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
dcgan_implementation/__init__.py sha256=ldT1KV2XvICy6Xj9mFQKMTXqMc-qATRYtQodc0XIgCo 596
dcgan_implementation/__main__.py sha256=xZl6rF8xPq6I-fSxT2GkRHYd8JZxhPYjhteP63egIT8 4569
dcgan_implementation/dataset.py sha256=sdKFX98I21zSQPBauo3oKYlMt5Zxugop_odO6hYKOVs 1730
dcgan_implementation/discriminator.py sha256=OTIFPtDDMsKhb_Uka_N6kn9keqUNJngvFeZ_fMJjWyU 1019
dcgan_implementation/generator.py sha256=SwtsLbc-RBsB83e0OCh2UPt6RTVTkEQy-aEPaADBsr0 1342
dcgan_implementation/metrics.py sha256=aHb6RUKrPWMQtYcYZrntB9D70qgAGw2b9-iFllmSDFc 1003
dcgan_implementation/utils.py sha256=5EJswrMEzKEivbPD9HV50ex6R4xbh1J-__zKIBcYWi0 2268
dcgan_implementation-0.1.0.dist-info/entry_points.txt sha256=EHHex1xfpAACpcRDFqTVBXmo6ouUg-HKiVpUwZZ-Kvc 46
dcgan_implementation-0.1.0.dist-info/LICENSE sha256=IYPI6skSRJWUcD5x_b5WZ3QmX_y8u66kxphqk11Ai4k 1071
dcgan_implementation-0.1.0.dist-info/WHEEL sha256=VN2eEg4PHbTOniXb-cCYQPc6zUTS4dAcATjlgU3q-Lo 83
dcgan_implementation-0.1.0.dist-info/METADATA sha256=-IDUasC4Ckj1jCkhTZhnM8uGrkmNhr9SQVSME3JYh9I 627
dcgan_implementation-0.1.0.dist-info/RECORD

entry_points.txt

dcgan = dcgan.__main__:fire_