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

CIFAR-10 evaluation #12

Open
wants to merge 144 commits into
base: master
Choose a base branch
from
Open

CIFAR-10 evaluation #12

wants to merge 144 commits into from

Commits on Jul 22, 2020

  1. Initial implementation of CIFAR evaluation, currently runs but haven'…

    …t yet gotten it to reproduce SimCLR results
    rohinmshah committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    4424bda View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Initial implementation of CIFAR evaluation, currently runs but haven'…

    …t yet gotten it to reproduce SimCLR results
    rohinmshah committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    53d2f2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fc4d9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f24dd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96dc990 View commit details
    Browse the repository at this point in the history
  5. Merge master

    rohinmshah committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    513b530 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    7ff2804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89a30dc View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

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

Commits on Aug 10, 2020

  1. Add momentum to optimizer

    rohinmshah committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    c29cf52 View commit details
    Browse the repository at this point in the history
  2. Fix indentation bug

    rohinmshah committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    66ae3d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Address comments on PR, except for LinearWarmupCosine documentation, …

    …which I am confused about
    rohinmshah committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    8303ca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d1622f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    474b6f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Merge

    rohinmshah committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    375e76f View commit details
    Browse the repository at this point in the history
  2. Merge

    rohinmshah committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    4950c8e View commit details
    Browse the repository at this point in the history
  3. Miscellaneous small fixes

    rohinmshah committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    294d436 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

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

Commits on Apr 13, 2021

  1. Update .gitignore

    RPC2 committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    89d5864 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51dad87 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. update model setting

    RPC2 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    3fef45e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Make CIFAR runnable for RepL!

    RPC2 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    a93d017 View commit details
    Browse the repository at this point in the history
  2. classification + cleanup

    RPC2 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    f2fc56b View commit details
    Browse the repository at this point in the history
  3. some cleanup

    RPC2 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    988ec4a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Hardcode warmup_epochs to 2

    decodyng committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    fa647ad View commit details
    Browse the repository at this point in the history
  2. Import time

    decodyng committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    8fe17b5 View commit details
    Browse the repository at this point in the history
  3. Make testloader exist

    decodyng committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    95a01d0 View commit details
    Browse the repository at this point in the history
  4. Is RepL training?

    decodyng committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    6869714 View commit details
    Browse the repository at this point in the history
  5. Hardcode dataset length

    decodyng committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    d977571 View commit details
    Browse the repository at this point in the history
  6. Remove excess logging

    decodyng committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    574d8fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45b285a View commit details
    Browse the repository at this point in the history
  8. Put their loss in for ours

    decodyng committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    f0b8f71 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc10cd4 View commit details
    Browse the repository at this point in the history
  10. Add breakpoint

    decodyng committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    97bf11a View commit details
    Browse the repository at this point in the history
  11. Fix config name

    decodyng committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    c22329f View commit details
    Browse the repository at this point in the history
  12. Switch to running their loss

    decodyng committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    55963e0 View commit details
    Browse the repository at this point in the history
  13. Add another breakpoint

    decodyng committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    b51f49c View commit details
    Browse the repository at this point in the history
  14. Fix numpy call

    decodyng committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    2c3b69a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9e6c792 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    09254b1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d464fca View commit details
    Browse the repository at this point in the history
  18. double-import tqdm

    decodyng committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    44e6213 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a35ba0a View commit details
    Browse the repository at this point in the history
  20. Remove unused feature, out

    decodyng committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    8033682 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    720c15d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    382e9fd View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2f221c0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    81932ee View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    5724cef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8592c66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bda628 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1463f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    767511d View commit details
    Browse the repository at this point in the history
  6. Add comma back in

    decodyng committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    6e55630 View commit details
    Browse the repository at this point in the history
  7. Add code to save images out

    decodyng committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    0fc1975 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    592a278 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc7388d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    56ebd6f View commit details
    Browse the repository at this point in the history
  11. Save out more images

    decodyng committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    618f4ea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8b6f75a View commit details
    Browse the repository at this point in the history
  13. Still convert to PILImage

    decodyng committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    01b6a6a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c5aee28 View commit details
    Browse the repository at this point in the history
  15. Add 255x back in

    decodyng committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    94f0b9a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    be29ef9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9270bbc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7039fbf View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    cc24d47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d201c9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fda28dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    292df58 View commit details
    Browse the repository at this point in the history
  5. Breakpoint before augmentation

    Cody Wild committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    5bdada6 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'cifar_eval' of github.com:HumanCompatibleAI/il-represen…

    …tations into cifar_eval
    Cody Wild committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    8b7ac9e View commit details
    Browse the repository at this point in the history
  7. Uniform_ contexts and target

    decodyng committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    40d8e7a View commit details
    Browse the repository at this point in the history
  8. Merge branch 'cifar_eval' of github.com:HumanCompatibleAI/il-represen…

    …tations into cifar_eval
    Cody Wild committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    28cdd83 View commit details
    Browse the repository at this point in the history
  9. log every interval

    decodyng committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    43c2f57 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'cifar_eval' of github.com:HumanCompatibleAI/il-represen…

    …tations into cifar_eval
    Cody Wild committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    0049873 View commit details
    Browse the repository at this point in the history
  11. Make zs uniform

    decodyng committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    d5bdbb0 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'cifar_eval' of github.com:HumanCompatibleAI/il-represen…

    …tations into cifar_eval
    Cody Wild committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    90fb7c0 View commit details
    Browse the repository at this point in the history
  13. Set seed to 10

    decodyng committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    4446621 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'cifar_eval' of github.com:HumanCompatibleAI/il-represen…

    …tations into cifar_eval
    Cody Wild committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    1b16a55 View commit details
    Browse the repository at this point in the history
  15. Add seed back in

    Cody Wild committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    9884d1b View commit details
    Browse the repository at this point in the history
  16. No longer have random zs

    Cody Wild committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    432c7b0 View commit details
    Browse the repository at this point in the history
  17. Remove breakpoint

    Cody Wild committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    1224059 View commit details
    Browse the repository at this point in the history
  18. Remove random seed

    decodyng committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    e6bff32 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    877ecc5 View commit details
    Browse the repository at this point in the history
  20. No longer randomize images

    decodyng committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    fc9dad2 View commit details
    Browse the repository at this point in the history
  21. Remove extraneous breakpoint

    decodyng committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    7bbb153 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Add parameter check to repl

    decodyng committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    cb06dbc View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    71e129f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5553d2a View commit details
    Browse the repository at this point in the history
  3. Try to get .next() to work

    decodyng committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    294bab4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2884db6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9eb90b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31864d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    502c223 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4096a1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3dd1e80 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    f2645d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29a9083 View commit details
    Browse the repository at this point in the history
  3. test linear head

    Cynthia Chen committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    31d04e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77afc23 View commit details
    Browse the repository at this point in the history
  5. select test method

    RPC2 committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    130c127 View commit details
    Browse the repository at this point in the history
  6. Add comment

    decodyng committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    869f3bd View commit details
    Browse the repository at this point in the history
  7. Merge branch 'cifar_eval' of github.com:HumanCompatibleAI/il-represen…

    …tations into cifar_eval
    decodyng committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    feffcf0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a537bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f769190 View commit details
    Browse the repository at this point in the history
  10. Remove breakpoint on Github

    decodyng committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    5d2ff3f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. config for running few trajs

    RPC2 committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    ea8deae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7319c1e View commit details
    Browse the repository at this point in the history
  3. Update chain_configs.py

    RPC2 committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    6a2842e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93783a1 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    4c1c2b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01473d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05805a0 View commit details
    Browse the repository at this point in the history
  4. update config

    RPC2 committed May 6, 2021
    Configuration menu
    Copy the full SHA
    701c691 View commit details
    Browse the repository at this point in the history
  5. comment out context saving code

    RPC2 committed May 6, 2021
    Configuration menu
    Copy the full SHA
    17af15f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    766b160 View commit details
    Browse the repository at this point in the history
  7. adjust augmenter

    Cynthia committed May 6, 2021
    Configuration menu
    Copy the full SHA
    a398ed8 View commit details
    Browse the repository at this point in the history
  8. Try to use multiple GPUs

    RPC2 committed May 6, 2021
    Configuration menu
    Copy the full SHA
    ae814c3 View commit details
    Browse the repository at this point in the history
  9. Add a script for running simclr

    Cynthia committed May 6, 2021
    Configuration menu
    Copy the full SHA
    2491d70 View commit details
    Browse the repository at this point in the history
  10. adjust decoder input dim

    RPC2 committed May 6, 2021
    Configuration menu
    Copy the full SHA
    d992c52 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    111a97d View commit details
    Browse the repository at this point in the history
  12. Adjust decoder shape and normalization

    Cynthia committed May 6, 2021
    Configuration menu
    Copy the full SHA
    8d4ebd5 View commit details
    Browse the repository at this point in the history
  13. Update run_il.sh for long dmc runs with few trajs

    Cynthia Chen committed May 6, 2021
    Configuration menu
    Copy the full SHA
    872101b View commit details
    Browse the repository at this point in the history
  14. Merge branch 'gcp-cyn' of ssh://github.com/HumanCompatibleAI/il-repre…

    …sentations into gcp-cyn
    Cynthia Chen committed May 6, 2021
    Configuration menu
    Copy the full SHA
    56c724e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    3834b88 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'procgen' of github.com:HumanCompatibleAI/il-representat…

    …ions into gcp-cyn
    Cynthia committed May 7, 2021
    Configuration menu
    Copy the full SHA
    d57fcbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f2a6ad View commit details
    Browse the repository at this point in the history
  4. Merge branch 'procgen' of github.com:HumanCompatibleAI/il-representat…

    …ions into gcp-cyn
    Cynthia committed May 7, 2021
    Configuration menu
    Copy the full SHA
    c679534 View commit details
    Browse the repository at this point in the history
  5. Adding support for procgen (loading env)

    Cynthia committed May 7, 2021
    Configuration menu
    Copy the full SHA
    2c70645 View commit details
    Browse the repository at this point in the history
  6. Set Procgen env names

    Cynthia committed May 7, 2021
    Configuration menu
    Copy the full SHA
    2f0659a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Update loading procgen envs

    Cynthia committed May 11, 2021
    Configuration menu
    Copy the full SHA
    fe9558e View commit details
    Browse the repository at this point in the history
  2. Maybe we don't need next_obs?

    Cynthia committed May 11, 2021
    Configuration menu
    Copy the full SHA
    dcd44ca View commit details
    Browse the repository at this point in the history
  3. Env wrapper is already handled by Procgen

    Cynthia committed May 11, 2021
    Configuration menu
    Copy the full SHA
    e236df2 View commit details
    Browse the repository at this point in the history
  4. More clean up

    Cynthia committed May 11, 2021
    Configuration menu
    Copy the full SHA
    9faea2d View commit details
    Browse the repository at this point in the history
  5. Add framestack

    Cynthia committed May 11, 2021
    Configuration menu
    Copy the full SHA
    19d1dc3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Adjust encoder network channel

    RPC2 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    7e67b54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0234acf View commit details
    Browse the repository at this point in the history
  3. Update simclr running script

    Cynthia Chen committed May 12, 2021
    Configuration menu
    Copy the full SHA
    f2c9be2 View commit details
    Browse the repository at this point in the history
  4. Try a smaller network

    RPC2 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    ad9a9d1 View commit details
    Browse the repository at this point in the history
  5. See if it can run end to end

    RPC2 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    4365e02 View commit details
    Browse the repository at this point in the history
  6. Update encoder kwargs

    RPC2 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    5eb9283 View commit details
    Browse the repository at this point in the history
  7. Current script to train simclr as repl

    Cynthia committed May 12, 2021
    Configuration menu
    Copy the full SHA
    5fdf57a View commit details
    Browse the repository at this point in the history
  8. Use default augmentation

    Cynthia committed May 12, 2021
    Configuration menu
    Copy the full SHA
    9983123 View commit details
    Browse the repository at this point in the history