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
!git clone https://github.com/kaustubh-sadekar/dlutils.git
!sudo python3 dlutils/setup.py install
Example code for testing in colab
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
kdlutils-1.5.7.tar.gz
(2.2 kB
view details)
File details
Details for the file kdlutils-1.5.7.tar.gz
.
File metadata
- Download URL: kdlutils-1.5.7.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af9b675508da80586165c1828d8783b8f3fb0c1a8dca7c6ad35959bc155f94cc |
|
MD5 | aa834944dff168629b80fc9655742c3e |
|
BLAKE2b-256 | e4e6a40a4a30c59ae0905bd47339ef7608e2139ea655682be780004c05253a17 |