Library designed for enhancing productivity for AI developers
Introduction
This is a comprehensive library designed to facilitate various machine learning projects using PyTorch. It provides essential functionalities such as custom layers, dataset handling, and utility functions for model training and visualization.
Features
- Custom layers for pixel normalization and upsampling/downsampling.
- Convenient data transformation and augmentation functions.
- Custom dataset class for handling image datasets.
- Utility functions for model initialization, visualization, and more.
Installation
This tool requires Python. Use this command to install the library:
pip install polip
Required Libraries for Visualization
Make sure to install the following required libraries:
pip install matplotlib os torch PIL numpy torchvision
Usage
Custom Layers
The library includes custom layers like PixelNormLayer, UpSample, and DownSample. Here's an example of how to use them:
from polip.cb import PixelNormLayer, UpSample, DownSample
Custom Image Dataset
You can use the CustomImageDataset class to handle image datasets:
from polip import CustomImageDataset, get_rgb_transform
Release files for polip 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| polip-0.0.2.tar.gz | 401.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| polip-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 415.4 kB
Release files / polip-0.0.2.tar.gz
| Download URL | polip-0.0.2.tar.gz |
|---|---|
| Size | 401.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d581c736a7a2a3d567dccd0210feb9c2241506481708f7d100e61799bde8602c
|
|
BLAKE2b-256 checksum How to use checksums |
eff1773f14dabf502c3ca73c84b395cd3137a9128aaa9db5f9fe87b8c439117e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.0
|
Release files / polip-0.0.2-py3-none-any.whl
| Download URL | polip-0.0.2-py3-none-any.whl |
|---|---|
| Size | 14.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5865fb229f94f4cf1306cb9160eb9d07bb42396d0fb48acbb26edf7c889e02ea
|
|
BLAKE2b-256 checksum How to use checksums |
09265c3322365cd96bffa1a3c28fc48035b44e733a416feb5ec39ac8e40a0ae5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.0
|