Skip to main content

Supporting Modules for MachineLearning.

Project description

StealthFlow

ResNeSt (TFlayer)

see (JP): https://note.com/hyper_pigeon/n/n12988580739d

x = ResNeStBlock(radix=2, cardinality=2, bottleneck=64, ratio=4)(x)

FID (4-D Tensor x2 -> FID score)

see (JP): https://note.com/hyper_pigeon/n/n9c5643413cd7

Numpy

fid_score = FIDNumpy(batch_size=50, scaling=True, verbose=1)(images1, images2)

TF

fid_score = FIDTF(batch_size=50, scaling=True, verbose=1)(images1, images2)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

StealthFlow-0.0.13-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page