Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Detectron NLVR2 #4481

Merged
merged 176 commits into from
Oct 7, 2020
Merged

Detectron NLVR2 #4481

merged 176 commits into from
Oct 7, 2020

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    59e9240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce07e5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06a9e10 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    9f1af51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a23521 View commit details
    Browse the repository at this point in the history
  3. remove prints

    matt-gardner committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    b295cec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aca3e54 View commit details
    Browse the repository at this point in the history
  5. More configurable reader

    dirkgr committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    3da9b03 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

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

Commits on Jul 9, 2020

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

Commits on Jul 10, 2020

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

    dirkgr committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    717711b View commit details
    Browse the repository at this point in the history
  3. Fix detectron dependency

    dirkgr committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    0294a25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5682b6f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    cb852a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f8ec3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9ca52b View commit details
    Browse the repository at this point in the history
  4. Test more stuff

    dirkgr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    2d27a53 View commit details
    Browse the repository at this point in the history
  5. PathLike

    dirkgr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    8f5b556 View commit details
    Browse the repository at this point in the history
  6. Make vilbert pass tests

    dirkgr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    4373640 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4392ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc94b82 View commit details
    Browse the repository at this point in the history
  9. PR comments

    matt-gardner committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    fdfd78b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4673962 View commit details
    Browse the repository at this point in the history
  11. call float before log

    matt-gardner committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    65dc80a View commit details
    Browse the repository at this point in the history
  12. add CI

    matt-gardner committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    32f904e View commit details
    Browse the repository at this point in the history
  13. PathLike

    dirkgr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    9b3f765 View commit details
    Browse the repository at this point in the history
  14. Adds another NLVR2 reader

    dirkgr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    c20a4f8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0747fb1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f16179a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    e8244fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cb0533 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9875185 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b4f740 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d819db View commit details
    Browse the repository at this point in the history
  6. Fix padding in TensorField

    dirkgr committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    be83dad View commit details
    Browse the repository at this point in the history
  7. Fix field construction

    dirkgr committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    2856ac8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7431415 View commit details
    Browse the repository at this point in the history
  9. More type annotations

    dirkgr committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    971d970 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a14aec7 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'DetectronNLVR' of https://github.com/allenai/allennlp i…

    …nto DetectronNLVR
    
    � Conflicts:
    �	allennlp/data/dataset_readers/dataset_utils/detectron_utils.py
    �	allennlp/data/dataset_readers/nlvr2.py
    �	test_fixtures/vilbert/experiment_detectron_region.json
    dirkgr committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    e972fc1 View commit details
    Browse the repository at this point in the history
  12. Use the right kind of field

    dirkgr committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    a6e6278 View commit details
    Browse the repository at this point in the history
  13. Run Jiasen's configs as tests

    dirkgr committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    e7dbc7b View commit details
    Browse the repository at this point in the history
  14. We don't need this field

    dirkgr committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    f8819d6 View commit details
    Browse the repository at this point in the history
  15. Removes detectron reader

    dirkgr committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    4777771 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    940e4ed View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    947dd30 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e81ae50 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    903bd56 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Fix Detectron2 version as v0.2

    j-min committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    264aa7c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. saving state

    matt-gardner committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    c05cdca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13c47be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96a7771 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

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

Commits on Jul 22, 2020

  1. Note

    dirkgr committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    caee039 View commit details
    Browse the repository at this point in the history
  2. Formatting

    dirkgr committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    358f39c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89e466c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'DetectronNLVR' of https://github.com/allenai/allennlp i…

    …nto DetectronNLVR
    dirkgr committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    e38ad2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    942b534 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3ae27d View commit details
    Browse the repository at this point in the history
  7. 2 Configuration menu
    Copy the full SHA
    d4d9201 View commit details
    Browse the repository at this point in the history
  8. add new modules for vilbert

    jiasenlu committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    351188c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    991666d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    511a023 View commit details
    Browse the repository at this point in the history
  11. 2 Configuration menu
    Copy the full SHA
    a7acbf9 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. 3 Configuration menu
    Copy the full SHA
    2664cf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bd4701 View commit details
    Browse the repository at this point in the history
  3. black, flake, mypy

    matt-gardner committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    e1da51c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    483fc5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97f3236 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Run detectron pipeline pieces one at a time

    This is unfinished and will not run this way.
    dirkgr committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    c109ecc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe0aae4 View commit details
    Browse the repository at this point in the history
  3. Handle image sizes separately

    dirkgr committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    8515be2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3131d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4473c4 View commit details
    Browse the repository at this point in the history
  6. make comment better

    matt-gardner committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    3ff677c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    98c0cbb View commit details
    Browse the repository at this point in the history
  2. working on grid embedder

    matt-gardner committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    3bd8753 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f83f8d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    2bceb5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    693c7d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b779f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8abc0bf View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    ff005e0 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    matt-gardner committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    9c45f70 View commit details
    Browse the repository at this point in the history
  3. try to fix makefile

    matt-gardner committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    4a92974 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9a4baf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d3f00a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c00d78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    658858e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d5b13b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5cdb8f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    00f63f7 View commit details
    Browse the repository at this point in the history
  11. fix tests

    matt-gardner committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    6d0fb4d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b36ac16 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a563d14 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    13cf657 View commit details
    Browse the repository at this point in the history
  15. flake

    matt-gardner committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    d40d120 View commit details
    Browse the repository at this point in the history
  16. fix merge conflict

    matt-gardner committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    b96745f View commit details
    Browse the repository at this point in the history
  17. cleanup

    matt-gardner committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    341fd74 View commit details
    Browse the repository at this point in the history
  18. more cleanup

    matt-gardner committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    7cd4f20 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. mypy, flake

    matt-gardner committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    3b569ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3b7c7b View commit details
    Browse the repository at this point in the history
  3. black

    matt-gardner committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    7143974 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. test and flake fixes

    matt-gardner committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    1773d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5db6805 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. resolve merge conflicts

    matt-gardner committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    94a48a6 View commit details
    Browse the repository at this point in the history
  2. fix imports

    matt-gardner committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    367547e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    121e004 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2879cc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35729d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

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

Commits on Aug 6, 2020

  1. update torchvision version

    jiasenlu committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    3b66c57 View commit details
    Browse the repository at this point in the history
  2. add vqav2 dataset

    jiasenlu committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    9f0373f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

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

Commits on Aug 13, 2020

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

    jiasenlu committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    7392472 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    d067506 View commit details
    Browse the repository at this point in the history
  2. update vqa jsonnet

    jiasenlu committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    4bea595 View commit details
    Browse the repository at this point in the history
  3. merge conflict

    jiasenlu committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    d04b5a6 View commit details
    Browse the repository at this point in the history
  4. fix url adding by cat

    jiasenlu committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    8c4a9fb View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Fixes type annotation

    dirkgr committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    ba16ece View commit details
    Browse the repository at this point in the history
  2. Fixes borked error message

    dirkgr committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    9e0999d View commit details
    Browse the repository at this point in the history
  3. New feature cache

    dirkgr committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    73df3e5 View commit details
    Browse the repository at this point in the history
  4. Formatting

    dirkgr committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    db9297e View commit details
    Browse the repository at this point in the history
  5. Fix the tensor cache

    dirkgr committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    c8c7b9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18dda35 View commit details
    Browse the repository at this point in the history
  7. Use the new tensor cache

    dirkgr committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    8ea9d67 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8044608 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Run NLVR dataprep on GPU

    dirkgr committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    935e080 View commit details
    Browse the repository at this point in the history
  2. Tqdm when finding images

    dirkgr committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    af02036 View commit details
    Browse the repository at this point in the history
  3. Fixes padding in array field

    dirkgr committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    21ccaa6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9a77ff View commit details
    Browse the repository at this point in the history
  5. Fewer print statements

    dirkgr committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    0a4765c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

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

Commits on Sep 1, 2020

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

Commits on Sep 2, 2020

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

Commits on Sep 12, 2020

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

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    2eaffaa View commit details
    Browse the repository at this point in the history
  2. Sanjay's vision features cache script (#4633)

    * Use LMDB cache in NLVR2 dataset reader; fix a few typos
    
    * Standalone script for caching image features
    
    * Removing reference to LMDB cache in NLVR2 dataset reader
    
    * Adding back asterisk in nlvr2 dataset reader
    
    * Fixing one variable name mistake
    
    * Decreasing batch size and making a few cuda-related changes
    
    * Loading images in batches to avoid GPU OOM error
    
    * Pedantic changes for consistency
    
    * Run the pre-processing with the models and not the data loading
    
    * Filter out paths of images already cached
    
    * Add image extensions other than png
    
    * Fixes import error
    
    * Makes the vision features script work alongside other scripts or training runs
    
    Co-authored-by: sanjays <sanjays@ip-10-0-0-157.us-west-2.compute.internal>
    Co-authored-by: sanjays <sanjays@ip-10-1-10-157.us-west-2.compute.internal>
    Co-authored-by: Sanjay Subramanian <sanjays@allennlp-server1.corp.ai2>
    Co-authored-by: Sanjay Subramanian <sanjays_ssubramanian@hotmail.com>
    5 people committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    eb05b69 View commit details
    Browse the repository at this point in the history
  3. Adds missing imports

    dirkgr committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    c9b8c7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b37fcc7 View commit details
    Browse the repository at this point in the history
  5. Formatting

    dirkgr committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    f5609a7 View commit details
    Browse the repository at this point in the history
  6. Changelog

    dirkgr committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    0fa37cc View commit details
    Browse the repository at this point in the history
  7. Fix typecheck

    dirkgr committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    0d505ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b8c3253 View commit details
    Browse the repository at this point in the history
  9. Fix type annotation

    dirkgr committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    b72fae9 View commit details
    Browse the repository at this point in the history
  10. Formatting

    dirkgr committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    d824ddd View commit details
    Browse the repository at this point in the history
  11. Backwards compatibility

    dirkgr committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    8dbc6fc View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Fix tests

    dirkgr committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    ba23f57 View commit details
    Browse the repository at this point in the history
  2. Fix broken config

    dirkgr committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    af8ad4b View commit details
    Browse the repository at this point in the history
  3. Update grid embedder test

    dirkgr committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    b868d4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9c861a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d75e687 View commit details
    Browse the repository at this point in the history
  6. Remove unused test fixtures

    dirkgr committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    2e5b102 View commit details
    Browse the repository at this point in the history
  7. Fix the region detector test

    dirkgr committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    3bd9a1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    75c00f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Fuck the linter

    dirkgr committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    d90c0b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af77d36 View commit details
    Browse the repository at this point in the history
  3. Run more stuff on GPU

    The CPU test runner doesn't have enough memory.
    dirkgr committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    e53752b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa72e3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c70b14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a5258b View commit details
    Browse the repository at this point in the history
  7. Detectron needs CUDA_HOME to be set during install

    At least this thing fails quickly.
    dirkgr committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    8896662 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43630d8 View commit details
    Browse the repository at this point in the history
  9. Bring back amp

    dirkgr committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    cf03689 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

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

Commits on Sep 21, 2020

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

    matt-gardner committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    e5d5c3b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    8871435 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'vision' into DetectronNLVR

    # Conflicts:
    #	CHANGELOG.md
    #	allennlp/common/file_utils.py
    #	allennlp/data/tokenizers/pretrained_transformer_tokenizer.py
    dirkgr committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    513bcf3 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Documentation for TensorCache

    dirkgr committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    976eb4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83fb140 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e1242f View commit details
    Browse the repository at this point in the history