A simple neural network layers library
Project description
Easy Layers
Make Models Faster with solely torch-based modules
Installation
From PyPI (once published)
pip install easy_layers
From source
git clone https://github.com/yourusername/easy_layers.git
cd easy_layers
pip install -e .
Usage
from easy_layers.layers import Layer
# Create a basic layer
layer = Layer(name="my_layer")
output = layer(input_data)
Development
Build the package
pip install build
python -m build
Install in development mode
pip install -e .
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
easy_layers-0.1.0.tar.gz
(2.2 kB
view details)
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 easy_layers-0.1.0.tar.gz.
File metadata
- Download URL: easy_layers-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fa46ada6d937a50ce664cbda123b8c8ebd7820fad21e1d02430e70c0ec4fb05
|
|
| MD5 |
a8e57067b00c7d6c80d6aec3bb254214
|
|
| BLAKE2b-256 |
5ea96080c5f9610cadded708a0270d7e0662a7624f7f9a95936ad9a53a6f8ea7
|
File details
Details for the file easy_layers-0.1.0-py3-none-any.whl.
File metadata
- Download URL: easy_layers-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d686077c7bf1de1d64c1f1df3bb358ec3cc816d38c5d38f0875425225f8597b
|
|
| MD5 |
7cd1233f6bf2e9fe77d5bef1a65bec61
|
|
| BLAKE2b-256 |
8fa5ee20cb96e15e992c1a53d6d302963e080e4e95c58e6500752bb4d2ef38c3
|