Giter Site home page Giter Site logo

Parallelized Training? about code2seq HOT 2 CLOSED

tech-srl avatar tech-srl commented on May 27, 2024
Parallelized Training?

from code2seq.

Comments (2)

urialon avatar urialon commented on May 27, 2024 1

Hi Alex,
Thank you for your interest in code2seq!

  1. We did not distribute training, just trained the model on a single Tesla V100 GPU for 52 epochs (a p3 instance in AWS).
  2. This took about 5 days for getting almost all scores, and a few extra days for the final minor increase in the scores.
  3. All code is released! The code and parameters in this repository are the same as in our training.
  4. For faster training with a minor score degradation, you can try the following changes (in config.py):
    (a) Set RANDOM_CONTEXTS to false.
    (b) USE_MOMENTUM to false (it uses Adam instead, which converges faster)
    (c) In the file preprocessing.sh, take only 100 MAX_CONTEXTS instead of the default of 200.
    (d) Decrease embedding sizes and vocabulary sizes.
  5. You mentioned that you're trying to work on a python dataset: in our previous work, we noticed that python code is more difficult to learn (in general, not specifically for the code2seq task). We think that this is mainly because of the lack of type information; an additional cause is that Java code is usually cleaner in the top Github repositories in terms of naming conventions, having short and concise methods, etc.

Let me know how it works, and which hyperparameters gave you the most speed increase.

Best,
Uri

from code2seq.

haighal avatar haighal commented on May 27, 2024

Thanks for the help! After 5 epochs, the performance was at

Accuracy: 0.30012
Precision: 0.58042, recall: 0.48426, F1: 0.52799

which is most of the way to your performance after 52 epochs (~7 points off the results from the pretrained model). It's taking much longer than 5 days for me, but I think it's a result of network latency because the dataset is stored on a remote server. I'm going to try storing the dataset locally first, and if that is still slow (I guess because of hardware), I'll look into the modifications you suggest.

Will keep you posted on how it goes!

Alex

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.