Skip to main content

A simple tensorflow wrapper.

Project description

Zeras

A simple tensorflow wrapper

Description

from Zeras.data_batcher import DataBatcher
from Zeras.data_parallelism import DataParallelism

from Zeras.vocab import Vocab

from Zeras.model_settings_baseboard import ModelSettingsBaseboard
from Zeras.model_wrapper import ModelWrapper

import Zeras.nn as nn
import Zeras.layers as layers

Installation

From PyPI distribution system:

pip install Zeras

Or from the code:

git clone https://github.com/Li-Ming-Fan/Zeras
cd Zeras
make clean install

Or just incorporate the directory Zeras/ to your project.

Usage

For usage of this package, please refer to the demo, or the repositories:

https://github.com/Li-Ming-Fan/text_classification

https://github.com/Li-Ming-Fan/transformer-tensorflow


Acknowledgment

We thank the authors and contributors of TensorFlow, Keras, PyTorch and other DL platforms, and other DLearners. The name "Zeras" is a variant from Keras. We use "Z" because it makes the direcory Zeras/ always display in the last (or first) and do not intersect other directories.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Zeras-0.1.3.tar.gz (25.3 kB view hashes)

Uploaded Source

Built Distribution

Zeras-0.1.3-py3.6.egg (45.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page