[](https://github.com/0h-n0/torchex)
[](https://github.com/0h-n0/torchex)
[](https://badge.fury.io/py/torchex)
[](https://circleci.com/gh/0h-n0/torchex)
[](https://travis-ci.org/0h-n0/torchex)
[](https://codecov.io/gh/0h-n0/torchex)
[](https://torchex.readthedocs.io/en/latest/?badge=latest)
[](https://codeclimate.com/github/0h-n0/torchex/maintainability)
[](https://codeclimate.com/github/0h-n0/torchex/test_coverage)
[](https://bettercodehub.com/)
[](https://pypi.org/project/torchex/)
# (WIP) `torchex library
`torchex` library provides advanced Neural Network Layers. You can easily use them like using original pytorch.
## Installation
```
$ pip install torchex
```
## Requirements
* Pytorch >= 1.0
## Documentation
* https://torchex.readthedocs.io/en/latest/index.html
## How to use
### Lazy Style Model Definition
```python
import torch
import torchex.nn as exnn
net = exnn.Linear(10)
# You don't need to give the size of input for this module.
# This network is equivalent to `nn.Linear(100, 10)`.
x = troch.randn(10, 100)
y = net(x)
```
### torchex.nn list
* `torchex.nn.Pass`
* `torchex.nn.Flatten`
* `torchex.nn.Linear`
* Lazy style
* `torchex.nn.Conv1d`
* Lazy style
* `torchex.nn.Conv2d`
* Lazy style
* `torchex.nn.Conv3d`
* Lazy style
* `torchex.nn.Conv2dLocal`
[](https://github.com/0h-n0/torchex)
[](https://badge.fury.io/py/torchex)
[](https://circleci.com/gh/0h-n0/torchex)
[](https://travis-ci.org/0h-n0/torchex)
[](https://codecov.io/gh/0h-n0/torchex)
[](https://torchex.readthedocs.io/en/latest/?badge=latest)
[](https://codeclimate.com/github/0h-n0/torchex/maintainability)
[](https://codeclimate.com/github/0h-n0/torchex/test_coverage)
[](https://bettercodehub.com/)
[](https://pypi.org/project/torchex/)
# (WIP) `torchex library
`torchex` library provides advanced Neural Network Layers. You can easily use them like using original pytorch.
## Installation
```
$ pip install torchex
```
## Requirements
* Pytorch >= 1.0
## Documentation
* https://torchex.readthedocs.io/en/latest/index.html
## How to use
### Lazy Style Model Definition
```python
import torch
import torchex.nn as exnn
net = exnn.Linear(10)
# You don't need to give the size of input for this module.
# This network is equivalent to `nn.Linear(100, 10)`.
x = troch.randn(10, 100)
y = net(x)
```
### torchex.nn list
* `torchex.nn.Pass`
* `torchex.nn.Flatten`
* `torchex.nn.Linear`
* Lazy style
* `torchex.nn.Conv1d`
* Lazy style
* `torchex.nn.Conv2d`
* Lazy style
* `torchex.nn.Conv3d`
* Lazy style
* `torchex.nn.Conv2dLocal`
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
torchex-0.0.12.tar.gz
(25.9 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 torchex-0.0.12.tar.gz.
File metadata
- Download URL: torchex-0.0.12.tar.gz
- Upload date:
- Size: 25.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b71ce0d3ecc34576253e5e2f2a4941a23e5df8cfa927bb3cc2d2abb6c8d52e1
|
|
| MD5 |
5b1c60c1289bebce3a5cd9cce9b466e0
|
|
| BLAKE2b-256 |
693d0f33569d59474809de832ad79c088e5a32ded6b197a0120c2b50bf38a72a
|
File details
Details for the file torchex-0.0.12-py2.py3-none-any.whl.
File metadata
- Download URL: torchex-0.0.12-py2.py3-none-any.whl
- Upload date:
- Size: 41.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13e31466b5e97f4fb719c8bd2e9decc988bee376ece3d1ce55f645cc249389b7
|
|
| MD5 |
7112c915549fcbeaf2de5bd685e6ab22
|
|
| BLAKE2b-256 |
a4f5d3b240474092622b3942c426a56dd41cc58a219e4854837193299992429a
|