A package to wrap tensor operation
Project description
README
NEWS
Date | News | Version |
---|---|---|
Mei 2019 | poda is first update library | >=v0.1.0 |
Mei 2019 | poda is second update library | >=v0.1.1 |
Mei 2019 | poda is third update library | >=v0.1.2 |
June 2019 | poda is fourth update library | >=v0.1.3 |
June 2019 | poda is sixth update library | >=v0.1.4 |
August 2019 | poda is second version and add Object detection | >=v0.2.0 |
August 2019 | Adding segmentation model | >=v0.2.1 |
September 2019 | Fixing tensor shape and rewrite parameters name | >=v0.2.2 |
Tensorflow Compatibility
Tensorflow version | Poda Version |
---|---|
1.14.0 | >=v0.2.2 |
ABOUT PROJECT
This is a package to simplify tensorflow operations
DEPENDENCIES
- Tensorflow (1.14.0)
For installing tensorflow, with GPU:
# python3
pip3 install tensorflow-gpu
# python2
pip2 install tensorflow-gpu
Without GPU:
# python3
pip3 install tensorflow
# python2
pip2 install tensorflow
HOW TO USE
Installing The Package
python setup.py install
or
pip3 install poda
Import The Package
- Tensor Operations
import tensorflow as tf
from poda.layers import *
- Convert Model to Tensorflow Serving
import tensorflow as tf
from poda.utils.convert_model_for_tensorflow_serving import *
- Transfer Learning Package
import tensorflow as tf
from poda.transfer_learning.Vgg16 import *
DOCKER
We already prepared the all in one docker for computer vision and deep learning libraries, including tensorflow 1.12, Opencv3.4.2 and contrib, CUDA 9, CUDNN 7, Keras, jupyter, numpy, sklearn, scipy, statsmodel, pandas, matplotlib, seaborn, flask, gunicorn etc. See the list of dockerfile below:
Docker: Ubuntu 16.04 with GPU (Cuda 9, cudnn 7.2) [TESTED]
Docker: Ubuntu 18.04 with GPU (Cuda 9, cudnn 7.2)
Docker: Ubuntu 16.04 without GPU (Cuda 9, cudnn 7.2) [TESTED]
Docker: Ubuntu 18.04 without GPU (Cuda 9, cudnn 7.2) [TESTED]
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
poda-0.4.29.tar.gz
(61.2 kB
view details)
Built Distribution
poda-0.4.29-py3.7.egg
(168.7 kB
view details)
File details
Details for the file poda-0.4.29.tar.gz
.
File metadata
- Download URL: poda-0.4.29.tar.gz
- Upload date:
- Size: 61.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ce8f63c790897cd0be0d1af4bccaf65ab82dac5cb44b93cb80b82448942ee92 |
|
MD5 | 335d6b994f4c96c41d3beb6eb49788af |
|
BLAKE2b-256 | 51d7254f746b17c536392a8f64455826bd2d6fe7df564d11995c92c6dbbe5ff8 |
File details
Details for the file poda-0.4.29-py3.7.egg
.
File metadata
- Download URL: poda-0.4.29-py3.7.egg
- Upload date:
- Size: 168.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a6e7af03603d249c06c53801f0f771ac23c68490d1084f91721e7faa9a5dde0 |
|
MD5 | 8da19d29d00e024c609149ee4c6c295b |
|
BLAKE2b-256 | 8b5ae993a8b3cd21f4215c860e2b26190f219d7624f4960dc18ea59b7e78bc5e |