Giter Site home page Giter Site logo

Comments (1)

urialon avatar urialon commented on June 6, 2024

Hi @amackillop ,
Thank you for your interest in code2seq.
I'm surprised that this is happening.

Let's investigate this.
First - can you check if there are examples in the output of your extractor, in which the target prediction (the ground truth) or any of the components of the path: "source", "target" or "path" are of "zero length"?
I.e., a path of my|value,For|If|Expr, (missing target for the path) or ,For|If|Expr,my|value (missing path source), or my|value,,my|key (missing path nodes).

If there is no such example, can you check if there is a single example that causing this ("polluting" the other examples with nans), or, alternatively, any example causes this?

This can be checked by duplicating the same line that comes as an output of your python extractor by 1000 or so. So you can have a file that is made of 1000 duplications of the same line, run the following preprocessing, and train the model on this toy dataset. By doing this for 3-4 different lines, we can see if all lines cause nan, or whether just specific lines.

P.S - you can try even less than 1000 lines, I think that the only limitation is that the batch size would be larger than the size of the dataset.

Uri

from code2seq.

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.