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.11.tar.gz
(12.2 kB
view details)
Built Distribution
File details
Details for the file easy_net_tf-0.0.11.tar.gz
.
File metadata
- Download URL: easy_net_tf-0.0.11.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 220fbcd24619358fc184a68fe150ffafe71a5e671c19e1282b65a933947a7b7f |
|
MD5 | 4242550e4d5c48797b0ac9095870323a |
|
BLAKE2b-256 | 05d646ee42795fa3e012d4bbfae91416165d385d14abf20e631e858cfbbd3321 |
File details
Details for the file easy_net_tf-0.0.11-py2-none-any.whl
.
File metadata
- Download URL: easy_net_tf-0.0.11-py2-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74e33b9eda87674fb7ab1aedc24593d7f31143a3f8a1f4d726dd39fff078f3f5 |
|
MD5 | ea5f70e7d7d897107e809f3f810e99b0 |
|
BLAKE2b-256 | a50a3dd0b0abd8778ea46d4d8771d27ee1168d60846d6fafb54464ed61ada1cc |