This packages contains frequently used methods or classes in use of Tensorflow 2.x
Project description
tfhelper
Your friendly Tensorflow 2.x neighbor.
Usage
dataset
HDF5Generator
from tfhelper.dataset import HDF5Generator
train_generator = HDF5Generator("/dataset/path.hdf5", "training_data", "test_data")
train_dataset = train_generator.get_dataset(input_shape=(300, 300), batch_size=16, shuffle=True, n_shuffle=1000)
...
model = Define some model
model.fit(train_dataset)
tensorboard
ConfuseCallback
ModelSaverCallback
run_tensorboard
wait_ctrl_c
get_tf_callbacks
gpu
allow_gpu_memory_growth
transfer_learning
get_transfer_learning_model
Getting started
pip install
pip install tfhelper
Environments
- Python 3.7
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
tfhelper-0.0.11.tar.gz
(7.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tfhelper-0.0.11.tar.gz.
File metadata
- Download URL: tfhelper-0.0.11.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2c407fd5a026f127e8757e8b03cee249e9e9820467ff6f2861cf59f51146995
|
|
| MD5 |
78560d6c513f21d2ca6a40fdc8d2401f
|
|
| BLAKE2b-256 |
16acee58f161934ded52b8f5786ac91fc52317fe0e90e6efda9857a452cf8c4f
|
File details
Details for the file tfhelper-0.0.11-py3-none-any.whl.
File metadata
- Download URL: tfhelper-0.0.11-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d6300929827dd515ad4f36e3dab02eb400f077847b9653cb1f31d43063b19c2
|
|
| MD5 |
42fc9d80b92ad89bd9074c74aa8da54f
|
|
| BLAKE2b-256 |
00577f60cf17e7d8a9629de7273eba9a0e8b54d97855a13992e383ff0d299e19
|