Unofficial pytorch implementation of deviation network for table data.
Project description
Devnet
Unofficial pytorch implementation of deviation network for table data.
paper of deviation network
https://arxiv.org/abs/1911.08623
original keras implementation by authors of the paper is here
https://github.com/GuansongPang/deviation-network
Setup
install poetry followed by
https://python-poetry.org/docs/master/#installing-with-the-official-installer
install dependencies
poetry install
Usage
train model with train/eval.csv under dataroot
poetry python src/main.py dataroot=data/debug epochs=10 eval_interval=10
predict score and output result
poetry python src/main.py predict_only=true predict_input=data/debug/eval.csv model_path=data/debug/models/example.pth
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
devnet-0.1.0.tar.gz
(6.5 kB
view details)
Built Distribution
File details
Details for the file devnet-0.1.0.tar.gz
.
File metadata
- Download URL: devnet-0.1.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.7.13 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35d530cca5a2a9fe2bfefc3e840c5057ed81624b763865fbe92a51b8e9882fcc |
|
MD5 | 61414469d6084c72e0647d391606700b |
|
BLAKE2b-256 | e7e8f8656466a155e38b89e8cd3bf3914478b556ddccc4dd46b5efac07b6c4b1 |
File details
Details for the file devnet-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: devnet-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.7.13 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47a9c6c2bb8752fed1f56bf2672b2c71a1e2a50b319c14d8f7ed95c619d3b7f0 |
|
MD5 | 2463965dfbc4718ed2e9009d6e139d44 |
|
BLAKE2b-256 | 1a993d49fdfb5527dad86aa9a724f5e77289846553329e31c51e4c6480d38c65 |