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.
Release files for kdlutils 1.5.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kdlutils-1.5.7.tar.gz | 2.2 kB | Details |
Release files / kdlutils-1.5.7.tar.gz
| Download URL | kdlutils-1.5.7.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
af9b675508da80586165c1828d8783b8f3fb0c1a8dca7c6ad35959bc155f94cc
|
|
BLAKE2b-256 checksum How to use checksums |
e4e6a40a4a30c59ae0905bd47339ef7608e2139ea655682be780004c05253a17
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|