Skip to main content

Deep Learning Library to speed up the coding process

Project description

# shadowCut

  • Installation command: pip install shadowCut.

  • This is a python based library for fastening the deep learning coding process. Programmer has to only select the path for train data, val data and model as mandatory but rest of the parameters are optional and for customized as needed.

  • Now lets see at example for using pretrained model:

  • Here suppose we have train_path = ‘./train’, valid_path=’./test’, model=ResNet152V2(input_shape=[224,224]+[3],weights=’imagenet’,include_top=False).

  • Command to pass this in model is shadowCut.preTrainedModel(train_path=train_path, valid_path=test_path, model=model) it will return model’s history and model respectively.

  • All the tensorflow functionalities are Inherited in this library and major part of Library is constructed using tensorflow library.

  • Libraries used: PIL, os, sys, tensorflow, glob2

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

shadowCut-1.0.6-py3-none-any.whl (6.7 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