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.12.tar.gz
(12.2 kB
view details)
Built Distribution
File details
Details for the file easy_net_tf-0.0.12.tar.gz
.
File metadata
- Download URL: easy_net_tf-0.0.12.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d109abee51d12169e42708f7b7b414912c4abd6fb1146dd0773414daebf746ca |
|
MD5 | 4273f037d73b8006aa106240733a6b40 |
|
BLAKE2b-256 | bfcdb74d5409cf7723b385383aaa5162837fea7569a8c51ffee3bcc75c6acdf6 |
File details
Details for the file easy_net_tf-0.0.12-py2-none-any.whl
.
File metadata
- Download URL: easy_net_tf-0.0.12-py2-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b94ec47ff6942dcc4b3756ffa1f326edaef46887ac307d895491ff2f62ce2ee |
|
MD5 | 78882333ee57682b1e4e13d256584d1c |
|
BLAKE2b-256 | e481612425b8b40854059ad4ca00a4704037d99d347907dcba0e869aa4977673 |