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.14.tar.gz
(12.3 kB
view details)
Built Distribution
File details
Details for the file easy_net_tf-0.0.14.tar.gz
.
File metadata
- Download URL: easy_net_tf-0.0.14.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5890dfb162502c164aa6eb1c87d9e2bf7633cfe9e717cabb1f8f12151db913b0 |
|
MD5 | 387fafac616de1727a38ee46ebc1cfbb |
|
BLAKE2b-256 | 979b638040b374713d89c8c3c1f6a761c62a41d825d85d7abe79349809f03c47 |
File details
Details for the file easy_net_tf-0.0.14-py2-none-any.whl
.
File metadata
- Download URL: easy_net_tf-0.0.14-py2-none-any.whl
- Upload date:
- Size: 19.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1b8f49405dd39f4d6cc829fdb61039dc67eb434326a0436e89cf2a91c019b2c |
|
MD5 | c3b55142b975250eb4cf4dd53110c3f8 |
|
BLAKE2b-256 | 053af7e27e486a50b3d3463e76b1bb2df2a4cdefc56c3ddc5cc2140ba43cf253 |