Giter VIP home page Giter VIP logo

Comments (7)

1025KB avatar 1025KB commented on August 27, 2024 4

Hi,

We are creating a import example gen for directly import external tfrecord files (with tf example in it) and create train and eval split for downstream component

a custom component is also doable, we are working on creating an example for people to follow

from tfx.

Mageswaran1989 avatar Mageswaran1989 commented on August 27, 2024

TFRecords + TFDV @ https://github.com/aaronlelevier/apache_beam_examples/blob/3afa0e411676c22734e7a2189602eda611938597/notebooks/MNIST-all-data-and-partition-fn.ipynb

from tfx.

thak123 avatar thak123 commented on August 27, 2024

@1025KB I am eagerly waiting for the example. The preprocessing_fn reads the content of the tfrecord files as sparse tensors. I am unable to convert them to fixedlen features and reshape the image data.

from tfx.

1025KB avatar 1025KB commented on August 27, 2024

preprocessing_fn is for Transform, so you are able to custom ExampleGen to convert your input source to tf.Examples?

from tfx.

1025KB avatar 1025KB commented on August 27, 2024

if you are talking about custom ExampleGen for reading data file format that we don't support yet, check this

you can also do your own conversion before TFX, and use ImportExampleGen to directly import the tf.Examples, check this

if your problem is Transform related, let me know and I can find you a Transform expert

from tfx.

ruoyu90 avatar ruoyu90 commented on August 27, 2024

@thak123 There are some pending work in the Schemagen to enable our support for fixedlen features. We will keep this thread updated.

from tfx.

thak123 avatar thak123 commented on August 27, 2024

preprocessing_fn is for Transform, so you are able to custom ExampleGen to convert your input source to tf.Examples?

Thanks for showing me the right direction. I am able to train the model now.

from tfx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.