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.29.tar.gz
(14.0 kB
view details)
Built Distribution
File details
Details for the file easy_net_tf-0.0.29.tar.gz
.
File metadata
- Download URL: easy_net_tf-0.0.29.tar.gz
- Upload date:
- Size: 14.0 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 | dc492596060b8d21c0160a6260d03e34b2b72eb9a79692d0eec8f9e58619eada |
|
MD5 | 382bbd84ace3185ce168526c878b0983 |
|
BLAKE2b-256 | 68ffda30a0afaa004049d5bf0d18719c2c3e5b1befe06b4316e05edf40c5680e |
File details
Details for the file easy_net_tf-0.0.29-py2-none-any.whl
.
File metadata
- Download URL: easy_net_tf-0.0.29-py2-none-any.whl
- Upload date:
- Size: 22.1 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 | 7aac2174a05a057ff3b96c9865a4828fc5d68f90d666156240e33a577b2fdb2f |
|
MD5 | d206fff71ec82e07976849964115e5c0 |
|
BLAKE2b-256 | 757f7381c3cd3b7d8a4ed8362acc92ab0144772d9b396d165abe8c460b8203bc |