Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.2 KB

PR_policy.md

File metadata and controls

18 lines (12 loc) · 1.2 KB

Things you need to do to get your PR merged:

  1. Make sure you have cited the toolbox paper in your camera-ready version. For example, "All models are deployed with Pilot~\cite{sun2023pilot}". Include the link to the paper in the pull request description.

  2. Make sure you understand the code structure and the training process defined in the toolbox. All new methods should inherit from the base class in base.py.

  3. Do not modify the readme file in your PR. We will update the readme file after your PR is merged.

  4. Raise a pull request. We will review your code and merge it if it meets the requirements. The code review process may take some time. Please be patient and do not urge the reviewers.

  5. Send an email to the authors of the toolbox to inform them of your PR. Include your name, position, affiliation, and the title of the paper you are submitting.

     @article{sun2023pilot,
             title={PILOT: A Pre-Trained Model-Based Continual Learning Toolbox},
             author={Sun, Hai-Long and Zhou, Da-Wei and Ye, Han-Jia and Zhan, De-Chuan},
             journal={arXiv preprint arXiv:2309.07117},
             year={2023}
             }