Metadata-Version: 2.1
Name: mytflib
Version: 0.0.2.0
Summary: My TensorFlow Library
Home-page: https://github.com/johnypark/mytflib
Author: John Park
Author-email: parkjohnyc@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

[![PyPI version](https://badge.fury.io/py/mytflib.svg)](https://badge.fury.io/py/mytflib)   [![Downloads](https://pepy.tech/badge/mytflib)](https://pepy.tech/project/mytflib)

My Tensorflow Library is collection of codes writtten for a more fluent tensorflow usage. 

It consist of four main parts:

 1. DataLoader - Loading from pd.Dataframe and TFRecords, with tf.Dataset API 
 2. Learining rate Tuner and Shaper - LR searcher to find optimal range of LR, and LR shaper to plot various shape of LR tarjectories.
 3. TFRecord Curator - Write, display, and manage TFRecords
 4. Training Manager - Gradient accumulation, Class re-weighting.


 ```
 pip install mytflib

 pip install git+https://github.com/johnypark/mytflib@main

 ```
 
 


