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.27.tar.gz
(14.0 kB
view details)
Built Distribution
File details
Details for the file easy_net_tf-0.0.27.tar.gz
.
File metadata
- Download URL: easy_net_tf-0.0.27.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 | 25f0a5676a4a5578c2e528197612b2cf307d6153cdb5fb0450ea17486a21e8ce |
|
MD5 | 7fe644da80d9dcc4af61834db1654351 |
|
BLAKE2b-256 | 3bd8b2b5e728f3f01312763ed6552e1a270ea61e2d1bf3ff0b48bf09582ba8c6 |
File details
Details for the file easy_net_tf-0.0.27-py2-none-any.whl
.
File metadata
- Download URL: easy_net_tf-0.0.27-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 | 2c61e766c7c09b1d561e029dfc641147d1ba823477a5a5549cdff72ae097c5cb |
|
MD5 | 6f86ca1e50681fa7b227d022e8cfd6b7 |
|
BLAKE2b-256 | 10632b2f8c507b82be15021bf3efcf662417ac1315fabef2dc3df445aed968db |