Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Added lowercase split value and passing tests#42 #67

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from

Commits on Nov 4, 2020

  1. Release/2.0 (google#56)

    * Update check_tfrecords to use new dataset load function.
    
    * Add tfrecord_dir to create_tfrecords output.
    
    * Restructure test image directory to match expected format.
    
    * Feature/dataclass (google#44)
    
    * Added data classes for types.
    
    * Checking in progress.
    
    * Checking in more changes.
    
    * Converted types to classes and refactored schema into OO pattern.
    
    * Changed OrderedDict import to support py3.6.
    
    * Changed OrderedDict import to support py3.6.
    
    * Updated setup.py for version.
    
    * fixing setup.py
    
    * Patched requirements and setup.
    
    * Addressed comments in code review.
    
    * Addressed code comments round 2.
    
    * refactored IMAGE_CSV_SCHEMA.
    
    * Merged check_test.py from dev
    
    Co-authored-by: Carlos Ezequiel <cezequiel@google.com>
    
    * Feature/structured data tutorial (google#45)
    
    * Converted types to classes and refactored schema into OO pattern.
    
    * Add tutorial on structured data conversion.
    
    This changes types.FloatInput to use tf.float32 for its feature_spec
    attribute to address potential incompatibility with using tf.float64
    type in TensorFlow Transform.
    
    Co-authored-by: Mike Bernico <mikebernico@google.com>
    
    * Update structured data tutorial to use  output dir.
    
    * Clarify need for proper header when using create_tfrecords. Fixes google#47.
    
    * Clean up README and update image directory notebook.
    
    * Feature/test image dir (google#49)
    
    * Restructure test image directory to match expected format.
    
    * Clean up README and update image directory notebook.
    
    * Fix minor issues
    
    * Add an explicit error message for missing train split
    
    * Configure automated tests for Jupyter notebooks.
    
    * Add convert_and_load function.
    
    Also refactor create_tfrecords to convert.
    
    * Refactor check and common modules to utils.
    
    * Add test targets for py files and notebooks.
    
    * Feature/convert and load (google#55)
    
    * Add convert_and_load function.
    
    Also refactor create_tfrecords to convert.
    
    * Refactor check and common modules to utils.
    
    * Add test targets for py files and notebooks.
    
    * Update version in setup.py and release notes.
    
    * Fix issues with GCS path parsing.
    
    Co-authored-by: Mike Bernico <mikebernico@google.com>
    Co-authored-by: Sergii Khomenko <khomenko@brainscode.com>
    3 people committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    f4650ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20617ff View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Configuration menu
    Copy the full SHA
    10ad553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f26369 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    cc5d255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f880215 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Configuration menu
    Copy the full SHA
    b1855fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e83b31 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. Updated the notebooks, cleaned the cell outputs and added a more stab…

    …le output folder mechanism
    Samad999777 committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    7cf8489 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Update tfrecorder/test_data/data.csv

    Co-authored-by: Carlos Ezequiel <cafezequiel@gmail.com>
    Samad999777 and cfezequiel committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    9b51ddd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3797da3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Revert "Merge branch 'dev' into main"

    This reverts commit 3797da3, reversing
    changes made to 9b51ddd.
    Samad999777 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    ecc95d8 View commit details
    Browse the repository at this point in the history