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.18.tar.gz
(13.7 kB
view details)
Built Distribution
File details
Details for the file easy_net_tf-0.0.18.tar.gz
.
File metadata
- Download URL: easy_net_tf-0.0.18.tar.gz
- Upload date:
- Size: 13.7 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 | d5fc4cb82bc54dcbac29c8e3cb674f23431949cc9c115abff25d9d8564c10d32 |
|
MD5 | 4df54bd5ef1da67410250b7f6ab734b7 |
|
BLAKE2b-256 | eace6d3f03b4b47f0d5d668b20f9ee47f3b589e799b8e41147d8f714dbf5569a |
File details
Details for the file easy_net_tf-0.0.18-py2-none-any.whl
.
File metadata
- Download URL: easy_net_tf-0.0.18-py2-none-any.whl
- Upload date:
- Size: 21.7 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 | 197760d2534ceb1cd923ec3af315695503c68841e9db6a994a13e6d404860070 |
|
MD5 | 7a9525929982300a008c31e48fdaba52 |
|
BLAKE2b-256 | 1f65c948081e5d7bd922db8c4db4cc931ecedf8282206be625dea66a4a6e5aad |