Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: abhirup-dev/code2seq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tech-srl/code2seq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 17 files changed
  • 5 contributors

Commits on May 3, 2020

  1. fix typo in readme

    Adding lost closing bracket
    Kirili4ik authored May 3, 2020
    Configuration menu
    Copy the full SHA
    f4b7000 View commit details
    Browse the repository at this point in the history
  2. Merge pull request tech-srl#43 from Kirili4ik/patch-2

    fix typo in readme
    urialon authored May 3, 2020
    Configuration menu
    Copy the full SHA
    63dce6c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Fixed rouge

    urialon committed May 4, 2020
    Configuration menu
    Copy the full SHA
    4a9acfb View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    3927e60 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Merge pull request tech-srl#51 from zaataylor/master

    Simplified common.py unique static method
    urialon authored May 29, 2020
    Configuration menu
    Copy the full SHA
    bfcf9d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    8fc3c2c View commit details
    Browse the repository at this point in the history
  2. Merge pull request tech-srl#54 from mdrafiqulrabin/master

    use parameter file_path instead of data_file_path
    urialon authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    9a06b35 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Update README

    urialon authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    7533a90 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. adding "--json_output" flag

    urialon committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    2df4b84 View commit details
    Browse the repository at this point in the history
  2. Catch rouge error, return 0

    urialon committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    b16a5ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a29d0c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. Configuration menu
    Copy the full SHA
    f5c827e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Removing trainable model

    urialon authored Oct 3, 2020
    Configuration menu
    Copy the full SHA
    a01076e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    428b189 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Create CITATION.cff

    urialon authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    af04b4c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Improve memory usage when reading dataset

    Parse the JSON after splitting the dataset. This improves memory usage because the deserialized objects aren't stored in memory all at once.
    alexhorn authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    b629b7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request tech-srl#125 from alexhorn/master

    Improve memory usage of Python150kExtractor
    urialon authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    8ca1417 View commit details
    Browse the repository at this point in the history
Loading