This library has several helper functions for deep learning
Project description
# githubActions
This repository contains a small collection of utility functions.
# Installing the library in colab `shell !git clone https://github.com/kaustubh-sadekar/dlutils.git !sudo python3 dlutils/setup.py install `
# Example code for testing in colab `python import sys sys.path.append("dlutils/") import kdlutils input_dim = (1,600,800) layersList = [{'conv':(1,7,3,1,1,1)},{'mp':(2,2,0,1)},{'conv':(7,14,3,1,1,1)},{'mp':(2,2,0,1)},{'conv':(14,30,3,1,1,1)},{'mp':(2,2,0,1)}] out = kdlutils.kdlutils.getOutShape(input_dim,layersList) print(out) ` Documentation and new codes will be uploaded soon.
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 Distribution
File details
Details for the file kdlutils-1.3.tar.gz.
File metadata
- Download URL: kdlutils-1.3.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de939fe0d8dfb2b0752fd5f3829c426091e4d2941f492e167446289d2bd17ee0
|
|
| MD5 |
e4a86c66113a4e7dcc8651b050a721ac
|
|
| BLAKE2b-256 |
5da8e3c032bc9e066d69a9be30d36736c2fe9dc3ae9aa7ea64628e5a9fb618a1
|