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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file shadowCut-1.0.6-py3-none-any.whl.
File metadata
- Download URL: shadowCut-1.0.6-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05d9fc1e39780acbae3f6a27449c44fea7add0638c9bebbc2ee7937d645b4060
|
|
| MD5 |
5992f89f58d7f64b075811fd1ee83fd9
|
|
| BLAKE2b-256 |
2fda2809ffaafd8607101562d02de2593eca24abcb1239f7ae4230c92106d3a9
|