Metadata-Version: 2.1
Name: mytflib
Version: 0.0.1.3
Summary: My TensorFlow Library
Home-page: https://github.com/johnypark/mytflib
Author: John Park
Author-email: parkjohnyc@gmail.com
License: UNKNOWN
Description: 
        My Tensorflow Library is collection of codes 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 after Smith (2018) to find optimal range of LR, various shape of LR curves.
         3. TFRecord Curator - Write, display, and manage TFRecords
         4. Training Manager - Gradient accumulation, Class re-weighting.
         
         
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
