Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add force_data_batch_size to ReplayPlugin for manual assignment of data-mem ratio #834

Merged
merged 86 commits into from
Jan 7, 2022

Commits on Jun 22, 2021

  1. add CTrL integration

    TomVeniat committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    4aef41d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2e6e60 View commit details
    Browse the repository at this point in the history
  3. Add tests

    TomVeniat committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    ae65f14 View commit details
    Browse the repository at this point in the history
  4. Add example script

    TomVeniat committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    d0e7936 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ca7cca View commit details
    Browse the repository at this point in the history
  6. Fix PEP8 errors

    TomVeniat committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    648062a View commit details
    Browse the repository at this point in the history
  7. Example script cleaning

    TomVeniat committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    3cda277 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67f611c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac183eb View commit details
    Browse the repository at this point in the history
  10. Add S_long to the demo

    TomVeniat committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    21426fa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc75875 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    e8e0741 View commit details
    Browse the repository at this point in the history
  2. Fix PEP8 error

    TomVeniat committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    6a0e97f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. update ctrl dependency

    TomVeniat committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    f43544a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

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

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    d751a05 View commit details
    Browse the repository at this point in the history
  2. Add force_data_batch_size option to ReplayPlugin to enable manual ass…

    …ignment of data-memory ratio when creating a ReplayDataLoader.
    HamedHemati committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    42edd44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4858b48 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    17fc1a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89a4989 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'doc'

    AntonioCarta committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    39a49a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8964dcd View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

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

Commits on Nov 28, 2021

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

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    51c2ac4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    660c905 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac97308 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a35699 View commit details
    Browse the repository at this point in the history
  5. REFACTOR tests

    AntonioCarta committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    e03b399 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d60a28 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f24d325 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6aaf1d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    508821b View commit details
    Browse the repository at this point in the history
  10. Merge pull request ContinualAI#842 from lrzpellegrini/master

    Add first How-Tos for AvalancheDataset
    vlomonaco committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    a238df7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    11e374f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. update notebooks

    AntonioCarta committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    f25043b View commit details
    Browse the repository at this point in the history
  2. Merge pull request ContinualAI#840 from AntonioCarta/master

    ImageSamples now works with tensors and optional augmentations
    AntonioCarta committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    e3855b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d01290 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Update bug_report.md

    AntonioCarta committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    8bba427 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    466d1aa View commit details
    Browse the repository at this point in the history
  2. FIX issue ContinualAI#838

    AntonioCarta committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    d3f58b2 View commit details
    Browse the repository at this point in the history
  3. UPDATE target metrics

    AntonioCarta committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    d9a0e7b View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Fixed

    ashok-arjun committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    4d3d923 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    6ad2428 View commit details
    Browse the repository at this point in the history
  2. update metric targets

    AntonioCarta committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    3efab4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    896a2be View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Merge pull request ContinualAI#852 from lrzpellegrini/master

    Add sphinx documentation for the benchmarks module
    AntonioCarta committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    8ce0f49 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Changed version

    AndreaCossu committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    66878cb View commit details
    Browse the repository at this point in the history
  2. GitBook: [ContinualAI#126] No subject

    Andrea Cossu authored and gitbook-bot committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    30ba7a9 View commit details
    Browse the repository at this point in the history
  3. Fixed bug in setuptools

    AndreaCossu committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    ac83c45 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

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

Commits on Dec 19, 2021

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

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    eb68a71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cb205b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3e9f33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49fc725 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Configuration menu
    Copy the full SHA
    1ff70f7 View commit details
    Browse the repository at this point in the history
  2. Updated metrics files

    AndreaCossu committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    9ceb11d View commit details
    Browse the repository at this point in the history
  3. Updated metrics

    AndreaCossu committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    572bcb5 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    8fb4e9b View commit details
    Browse the repository at this point in the history
  2. Change tensor to int type

    ashok-arjun committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    7cb42ae View commit details
    Browse the repository at this point in the history
  3. Merge pull request ContinualAI#843 from AntonioCarta/peval_iterations

    periodic eval after eval_every iteration
    AndreaCossu committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    b6e9239 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Configuration menu
    Copy the full SHA
    e068e77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ContinualAI#859 from lrzpellegrini/master

    Support for ReduceLROnPlateau scheduler
    lrzpellegrini committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    382e052 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8606ec1 View commit details
    Browse the repository at this point in the history
  4. Fixes PEP8 issue.

    lrzpellegrini committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    5db9dd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c92174c View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2021

  1. Configuration menu
    Copy the full SHA
    3aeac8b View commit details
    Browse the repository at this point in the history
  2. Merge pull request ContinualAI#866 from zalakbhalani/master

    GitBook: fixed a bug in documentation
    lrzpellegrini committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    f67492b View commit details
    Browse the repository at this point in the history
  3. Merge pull request ContinualAI#865 from lrzpellegrini/master

    Prevent TensorboardLogger from blocking the process exit
    lrzpellegrini committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    b875547 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Configuration menu
    Copy the full SHA
    390c9e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8484008 View commit details
    Browse the repository at this point in the history
  3. Correct error in var name

    ashok-arjun committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    66337bb View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

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

Commits on Dec 31, 2021

  1. Configuration menu
    Copy the full SHA
    2b62cb8 View commit details
    Browse the repository at this point in the history
  2. Fix PEP8 errors

    ashok-arjun committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    438f700 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    2164acf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf5776f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    743d232 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e89f99 View commit details
    Browse the repository at this point in the history
  5. Fixed pep

    AndreaCossu committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    93fb791 View commit details
    Browse the repository at this point in the history
  6. Merge pull request ContinualAI#844 from ashok-arjun/Issue#771

    Fixing issue#771: concat_datasets_sequentially discards classes
    AndreaCossu committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    bf67e20 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ContinualAI#561 from TomVeniat/master

    add CTrL integration
    AndreaCossu committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    21589ea View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

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

Commits on Jan 7, 2022

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