Coder Social home page Coder Social logo

Comments (5)

jjallaire avatar jjallaire commented on July 23, 2024

Fixed via: 83353fe

from reticulate.

terrytangyuan avatar terrytangyuan commented on July 23, 2024

This is kinda trick for edge cases, e.g. https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/layers/python/layers/initializers.py#L31. Also another question is how to generalize this for other python packages. But I understand manual process is necessary anyways.

from reticulate.

terrytangyuan avatar terrytangyuan commented on July 23, 2024

Maybe just replace any . by $. Also a question what if we have import someModule as ...

from reticulate.

jjallaire avatar jjallaire commented on July 23, 2024

Here's a commit (still on a branch) that does more aggressive conversion:

reticulate::py_function_wrapper("tf$contrib$layers$sparse_column_with_keys")

Then I thought about, "what if the value is a string and it includes a period?" :-(

Also, in the case of dtypes$ there is no guaranteed that there is a dtypes object available to reference.

I think it does indeed come down to the fact that hand editing after the fact will always be necessary to do some cleanup, so we should focus conversion on automating what's time consuming and not sweat if some things aren't handled perfectly.

from reticulate.

terrytangyuan avatar terrytangyuan commented on July 23, 2024

Yeah totally agree. At least the wrapper generator can save 90% time now.

from reticulate.

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.