1. 21 Jan, 2019 1 commit
  2. 14 Jan, 2019 2 commits
  3. 30 Dec, 2018 1 commit
  4. 22 Dec, 2018 1 commit
  5. 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
  6. 18 Dec, 2018 1 commit
  7. 17 Dec, 2018 1 commit
  8. 14 Dec, 2018 2 commits
  9. 06 Dec, 2018 2 commits
  10. 05 Dec, 2018 2 commits
  11. 04 Dec, 2018 3 commits
  12. 28 Nov, 2018 1 commit
  13. 27 Nov, 2018 4 commits
  14. 26 Nov, 2018 1 commit
  15. 23 Nov, 2018 5 commits
  16. 21 Nov, 2018 2 commits
  17. 20 Nov, 2018 2 commits
  18. 19 Nov, 2018 1 commit
  19. 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
  20. 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
  21. 15 Nov, 2018 1 commit
  22. 14 Nov, 2018 2 commits
  23. 13 Nov, 2018 1 commit
    • Miguel Varela Ramos's avatar
      adds Dockerfile (#78) · 1276d20b
      Miguel Varela Ramos authored
      * added Dockerfile
      
      * intructions for installation with docker
      
      * adds nccl to dockerfile
      
      * Update Dockerfile
      
      * Update INSTALL.md
      1276d20b