google / tensorflow-recorder

TFRecorder makes it easy to create TensorFlow records (TFRecords) from Pandas DataFrames and CSVs files containing images or structured data.
Apache License 2.0
181 stars 33 forks source link

Change TFRUtil to TFRecorder in Notebooks #18

Closed jmarrietar closed 4 years ago

jmarrietar commented 4 years ago

Describe the bug Notebooks inside samples directory have import tfrutil both from https://github.com/google/tensorflow-recorder/blob/master/samples/Basic-TFRecorder-Usage.ipynb and https://github.com/google/tensorflow-recorder/blob/master/samples/Using-TFRecorder-with-Google-Cloud-Dataflow.ipynb

To Reproduce Steps to reproduce the behavior:

  1. Go to samples directory and try to run the imports.

Expected behavior import tfrecorder

Additional context Maybe because this notebooks are still in an early phase. Cheers,

mbernico commented 4 years ago

Created hotfix 18 to address this.