Git Product home page Git Product logo

wide_deep's People

Contributors

lapis-hong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wide_deep's Issues

One question about multivalue features

I see you process multivalue features in dataset.py, but not used in feature column, is that right?
How can the multivalue features be used ?

waiting for the response~
Thanks a lot!

question about reading schema

The data input need a ordered schema. While you use yaml.load() to load the schema, which return a dict. How can you keep the right order of the feature names to read the corret columns in the input data?

Performance issues in wide_deep/blob/master/python/lib/utils/create_record.py(P2)

Hello,I found a performance issue in the definition of input_fn ,
Lapis-Hong/wide_deep/blob/master/python/lib/utils/create_record.py,
dataset = dataset.map(_parse_function) was called without num_parallel_calls.
I think it will increase the efficiency of your program if you add this.

Here is the documemtation of tensorflow to support this thing.

Looking forward to your reply. Btw, I am very glad to create a PR to fix it if you are too busy.

multivalue feature columns: dataset.batch report different shape

when i use multivalue feature, such as [['a', 'b', 'c'], ['a', 'b']].
the program will report bug like: cannot batch elements of different shape. element 0 has shape [3], but element 1 has shape [2].
i know the different shape of multivalue feature result in this bug.
i think the function Dataset.padded_batch maybe solve the problem, i write like dataset = dataset.padded_batch(5, padded_shapes=[None]), it reported bug TypeError: If shallow structure is a sequence, input must also be a sequence. Input has type: list
so, how can i process the multivalue exactly?
i am eager to solve this problem, can anyboby help me? thanks a lot!

TF server input

hi, in the tf servering client.py , when the input data one feature is need split (like the input_fn function in dataset.py) , like 'a#b#c' , how can we deal with it?
thanks for answering.

Can you provide a demo for ctr-prediction in tfserving (client.cc)

The current client.cc seems like a demo for image classificaiton? can you provide a corresponding c++ demo for the wide_deep model?
I didn't know how to prepare the input for this case.
** How to process the raw feature same as the feature_column(training process) in c++ prediction? **

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.