Template files for Ninnart Fuengfusin.
Project description
# Ninpy #
My collection of reuse-able Python scripts and others.
## Install ##
`bash python setup.py develop `
## Unittest ##
` pytest `
## Directory ##
`bash ninpy ├── common.py ├── crypto.py ├── data.py ├── dataset.py ├── datasets │ ├── cinic10.py │ ├── imagenet.py │ ├── __init__.py │ ├── kitti_road.py │ └── voc2012.py ├── debug.py ├── experiment.py ├── hw.py ├── hyper.py ├── __init__.py ├── int8.py ├── job.py ├── layer_converter.py ├── log.py ├── losses.py ├── models │ ├── cifar_resnet.py │ ├── cifar_vgg.py │ ├── __init__.py │ └── small_models.py ├── notify.py ├── quant.py ├── README.md ├── requirement.txt ├── resize.py ├── torch_utils.py └── yaml2.py `
## TODO ##
- [ ] Reorganize torch2.
[ ] Adding base module with tensorboard tracking. [ ] Dataset with tensorboard add_images. [ ] Tensorboard with add_scalars with a dict input. [ ] Base dataset with mode “RGB” and “BGR”. [ ] Base dataset with from_txt and folder. [ ] Burst read for all base dataset.
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
File details
Details for the file ninpy-0.0.1.tar.gz
.
File metadata
- Download URL: ninpy-0.0.1.tar.gz
- Upload date:
- Size: 36.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58eead027a08b37a3a82dd945e1885eb2286f1ef872536c4626027f577a6b968 |
|
MD5 | 4f8bf31755a459d01eefd5b5c112dee5 |
|
BLAKE2b-256 | a0edc9fbd7a0001e316db1f46df563f2b29f7bb87f2c4bccd8345558beec9c14 |