1. 22 Jan, 2019 1 commit
  2. 21 Jan, 2019 4 commits
    • Francisco Massa's avatar
      Revert "swich to new pytorch api (#359)" (#364) · 205fa4e7
      Francisco Massa authored
      This reverts commit 6cbb3d27.
      205fa4e7
    • 103yiran's avatar
      swich to new pytorch api (#359) · 6cbb3d27
      103yiran authored
      6cbb3d27
    • zimenglan's avatar
      add GroupNorm (#346) · 3b27142e
      zimenglan authored
      * make pixel indexes 0-based for bounding box in pascal voc dataset
      
      * replacing all instances of torch.distributed.deprecated with torch.distributed
      
      * replacing all instances of torch.distributed.deprecated with torch.distributed
      
      * add GroupNorm
      
      * add GroupNorm -- sort out yaml files
      
      * use torch.nn.GroupNorm instead, replace 'use_gn' with 'conv_block' and use 'BaseStem'&'Bottleneck' to simply codes
      
      * modification on 'group_norm' and 'conv_with_kaiming_uniform' function
      
      * modification on yaml files in configs/gn_baselines/ and reduce the amount of indentation and code duplication
      3b27142e
    • 103yiran's avatar
      Uniform annotation format (#357) · abf36b94
      103yiran authored
      abf36b94
  3. 14 Jan, 2019 2 commits
  4. 30 Dec, 2018 1 commit
  5. 22 Dec, 2018 1 commit
  6. 21 Dec, 2018 2 commits
    • Lei Yang's avatar
      Update checkpoint.py (#299) · 9b6aa824
      Lei Yang authored
      * Update checkpoint.py
      
      if edit "{save_dir}/last_checkpoint" by vim, "\n" will auto append to the end of file. which will raise 
      
      ```
      FileNotFoundError: [Errno 2] No such file or directory: 'save_dir/model_0060000.pth\n'
      ```
      
      * Update checkpoint.py
      
      if edit "{save_dir}/last_checkpoint" by vim, "\n" will auto append to the end of file. which will raise
      ```
      FileNotFoundError: [Errno 2] No such file or directory: 'save_dir/model_0060000.pth\n'
      ```
      9b6aa824
    • benjaminrwilson's avatar
      Added distributed training check (#287) · f66c1d40
      benjaminrwilson authored
      f66c1d40
  7. 18 Dec, 2018 1 commit
  8. 17 Dec, 2018 1 commit
  9. 14 Dec, 2018 2 commits
  10. 06 Dec, 2018 2 commits
  11. 05 Dec, 2018 2 commits
  12. 04 Dec, 2018 3 commits
  13. 28 Nov, 2018 1 commit
  14. 27 Nov, 2018 4 commits
  15. 26 Nov, 2018 1 commit
  16. 23 Nov, 2018 5 commits
  17. 21 Nov, 2018 2 commits
  18. 20 Nov, 2018 2 commits
  19. 19 Nov, 2018 1 commit
  20. 17 Nov, 2018 1 commit
    • keineahnung2345's avatar
      fix some minor issues in dockerfile (#165) · 7402db8b
      keineahnung2345 authored
      * fix some minor issues in dockerfile
      
      
      RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
      fixes
      debconf: unable to initialize frontend: Dialog
      debconf: (TERM is not set, so the dialog frontend is not usable.)
      debconf: falling back to frontend: Readline
      debconf: unable to initialize frontend: Readline
      debconf: (This frontend requires a controlling tty.)
      debconf: falling back to frontend: Teletype
      dpkg-preconfigure: unable to re-open stdin: 
      
      RUN apt-get update -y && apt-get install -y apt-utils
      fixes
      debconf: delaying package configuration, since apt-utils is not installed
      
      * remove redundant command
      
      * add -y to conda install and pip install
      
      * remove -y from pip install
      7402db8b
  21. 16 Nov, 2018 1 commit
    • Miguel Varela Ramos's avatar
      Docker hotfix (#162) · 2fbb8dd8
      Miguel Varela Ramos authored
      * added Dockerfile
      
      * intructions for installation with docker
      
      * INSTALL.md: added note to inform nvidia-docker only works with Linux
      
      * dockerfile nccl2 hotfix
      
      * INSTALL.md update
      
      * removes explicit install of NCCL2 as it is included in the CUDA image
      2fbb8dd8