Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[MXNET-651] MXNet Model Backwards Compatibility Checker #11626

Merged
merged 61 commits into from
Jul 31, 2018

Commits on Jul 6, 2018

  1. Configuration menu
    Copy the full SHA
    4ee8b21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    118850f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27863fd View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2018

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

Commits on Jul 9, 2018

  1. Configuration menu
    Copy the full SHA
    35cbefb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    418f805 View commit details
    Browse the repository at this point in the history
  3. Added license headers

    piyushghai committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    600efaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d73b9e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Configuration menu
    Copy the full SHA
    3eeba08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c0157c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d43bcd View commit details
    Browse the repository at this point in the history
  4. Added README for MBCC

    piyushghai committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    4b70e4a View commit details
    Browse the repository at this point in the history
  5. Added license header

    piyushghai committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    08ad342 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Added more common functions from lm_rnn_gluon_train and inference fil…

    …es into common.py to clean up code
    piyushghai committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    5d1c3fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfe8dfc View commit details
    Browse the repository at this point in the history
  3. Added check for preventing inference script from crashing in case no …

    …trained models are found
    piyushghai committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    7c41488 View commit details
    Browse the repository at this point in the history
  4. Fixed indentation issue

    piyushghai committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    50be5d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3c9129 View commit details
    Browse the repository at this point in the history
  6. Fixed indentation issue

    piyushghai committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    3485352 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Removed training in models and added smaller models. Now we are simpl…

    …y checking a forward pass in the model with dummy data.
    piyushghai committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    af9b86d View commit details
    Browse the repository at this point in the history
  2. Updated README

    piyushghai committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    79cfa46 View commit details
    Browse the repository at this point in the history
  3. Fixed indentation error

    piyushghai committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    4df779b View commit details
    Browse the repository at this point in the history
  4. Fixed indentation error

    piyushghai committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    04465b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

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

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    7bfdf87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c80ee31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e764d5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05ded05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60c7be0 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

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

Commits on Jul 25, 2018

  1. Configuration menu
    Copy the full SHA
    d08ba5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cebfb26 View commit details
    Browse the repository at this point in the history
  3. Separated training and uploading of models into separate files so tha…

    …t training runs in Docker and upload runs outside Docker
    piyushghai committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    f7a36eb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Configuration menu
    Copy the full SHA
    1f63941 View commit details
    Browse the repository at this point in the history
  2. Fixed pylint warnings

    piyushghai committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    fbaf3e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edd6816 View commit details
    Browse the repository at this point in the history
  4. Fixed indentation in the MBCC Jenkins file and also separated out tra…

    …ining and inference into two separate stages
    piyushghai committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    87103d4 View commit details
    Browse the repository at this point in the history
  5. Fixed indendation

    piyushghai committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    eb24e8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3525656 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25e7ec7 View commit details
    Browse the repository at this point in the history
  8. Removed unused methods

    piyushghai committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    00ee6e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a3a72b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86e8882 View commit details
    Browse the repository at this point in the history
  11. Changed exit 1 to exit 0

    piyushghai committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    ddb672a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9e77064 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    69843fb View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

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

Commits on Jul 30, 2018

  1. Configuration menu
    Copy the full SHA
    c099979 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffcc637 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f7f6e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33096c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a085b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5207ab1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e30f7a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e079d3c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ceac705 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    16d320a View commit details
    Browse the repository at this point in the history
  11. Fixed typo in regex

    piyushghai committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    19495d6 View commit details
    Browse the repository at this point in the history
  12. Now we will train models for all the minor versions for a given major…

    … version by traversing the tags
    piyushghai committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    d8fa75d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ca01aa2 View commit details
    Browse the repository at this point in the history