A tensorflow-based network utility lib.
Project description
easy_net_tf
A tensorflow-based network utility lib.
features
- Tensorflow based
- python3
install
pip install easy_net_tf
dependence
tensorflow
, numpy
, cv2
content
nn (nerual network)
- fully connect net:
from easy_net_tf.nn.fully_connect_net import FullyConnectNet
- mobilenet:
from easy_net_tf.nn.mobile_net_v2 import MobileNetV2
- cnn:
from easy_net_tf.nn.cnn import CNN
utility
- accuracy:
from easy_net_tf.utility.accuracy import UtilityAccuracy
- file:
from easy_net_tf.utility.file import UtilityFile
- variable:
from easy_net_tf.utility.variable import UtilityVariable
- anchor:
from easy_net_tf.utility.anchor import UtilityAnchor
- bounding:
from easy_net_tf.utility.bounding import UtilityBounding
- loss:
from easy_net_tf.utility.bounding import UtilityLoss
- image:
from easy_net_tf.utility.image import UtilityImage
- slide_window:
from easy_net_tf.utility.slide_window import UtilitySlideWindow
license
MIT
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_net_tf-0.0.24.tar.gz
(13.9 kB
view details)
Built Distribution
File details
Details for the file easy_net_tf-0.0.24.tar.gz
.
File metadata
- Download URL: easy_net_tf-0.0.24.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/2.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e678e4adcbedaed8d1bfee991510ed034e4038da3ab465376a8ceb8ff9b1a09f |
|
MD5 | 49d2e7a83af6cabfed62a581da4d3587 |
|
BLAKE2b-256 | 00c7de1167d774593cebe4d4cf7317f10af03fe4321ec2ab131b286114c15f7e |
File details
Details for the file easy_net_tf-0.0.24-py2-none-any.whl
.
File metadata
- Download URL: easy_net_tf-0.0.24-py2-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/2.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8dd77512bc2de81383e5197cee629d2151fb0dbf0771dd69cf9bc6687cd918a |
|
MD5 | 50b9fffcc800fa6e013a046dbb241edc |
|
BLAKE2b-256 | 3ff9e0d571162db27c9143eac7c073b608ab7b1c4046d82c705b2627446d9f07 |