tensorflow-recorder icon indicating copy to clipboard operation
tensorflow-recorder copied to clipboard

TFRecorder makes it easy to create TensorFlow records (TFRecords) from Pandas DataFrames and CSVs files containing images or structured data.

Results 15 tensorflow-recorder issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.1 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

## Description Please include the following: Adds documentation to the README for how to use Docker ## Type of change Please delete options that are not relevant. - [X] New...

This pull request takes care of the lower case support issue and enables the users to follow the normal convention as mentioned in #42 This is mainly a cosmetic change...

cla: yes

**Is your feature request related to a problem? Please describe.** The whole purpose of TFR is to make hundreds of GB level training data possible by dividing them into little...

enhancement

**Describe the bug** When using `df.tensorflow.to_tfr()` an `AttributeError` is raised: `'CsvCoder' object has no attribute 'decode'` **To Reproduce** All I am doing is defining a schema and using `df.tensorflow.to_tfr()`. All...

bug

**Is your feature request related to a problem? Please describe.** Change split values from all caps to lower case. This makes file/directory naming more consistent with the split. **Describe the...

enhancement
good first issue

Not sure if I ve missed something, but it would be nice to be able to load() tfr directly from gcs using a path like `gs:// bucket/dir/file`, same for inspect()...

enhancement

In requirements.txt, the requirements are as follows: ``` apache-beam[gcp] >= 2.22.0 pandas >= 1.0.4 tensorflow_transform >= 0.22 Pillow >= 7.1.2 coverage >= 5.1 ipython >= 7.15.0 nose >= 1.3.7 numpy...

bug

I installed tensorflow-recorder using the command: `pip install tfrecorder`. The package installs without any error, however, I am getting the following error when trying to import the package. ``` ---------------------------------------------------------------------------...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement