1. 03 5月, 2020 5 次提交
  2. 01 5月, 2020 5 次提交
  3. 30 4月, 2020 2 次提交
  4. 29 4月, 2020 5 次提交
  5. 28 4月, 2020 9 次提交
    • G
      yolov4-relu.cfg · b1d385a8
      Glenn Jocher 提交于
      b1d385a8
    • G
      reproduce results update · 02ae0e3b
      Glenn Jocher 提交于
      02ae0e3b
    • G
      cleanup · 8521c3cf
      Glenn Jocher 提交于
      8521c3cf
    • G
      Speed updated · e9d41bb5
      Glenn Jocher 提交于
      e9d41bb5
    • G
      MemoryEfficientMish() · 25188685
      Glenn Jocher 提交于
      25188685
    • G
      add HardSwish() · 3aa347a3
      Glenn Jocher 提交于
      3aa347a3
    • G
      Merge remote-tracking branch 'origin/master' · 692f9458
      Glenn Jocher 提交于
      692f9458
    • G
      result not updated from pycocotools · f799c156
      Glenn Jocher 提交于
      f799c156
    • J
      add tensorboard to requirements (#1100) · 18702c96
      Josh Veitch-Michaelis 提交于
      In a clean environment running training fails if tensorboard is not installed e.g.
      
      ```
      Traceback (most recent call last):
        File "/home/josh/miniconda3/envs/ultralytics/lib/python3.7/site-packages/torch/utils/tensorboard/__init__.py", line 2, in <module>
          from tensorboard.summary.writer.record_writer import RecordWriter  # noqa F401
      ModuleNotFoundError: No module named 'tensorboard'
      
      During handling of the above exception, another exception occurred:
      
      Traceback (most recent call last):
        File "train.py", line 6, in <module>
          from torch.utils.tensorboard import SummaryWriter
        File "/home/josh/miniconda3/envs/ultralytics/lib/python3.7/site-packages/torch/utils/tensorboard/__init__.py", line 4, in <module>
          raise ImportError('TensorBoard logging requires TensorBoard with Python summary writer installed. '
      ImportError: TensorBoard logging requires TensorBoard with Python summary writer installed. This should be available in 1.14 or above.
      ```
      18702c96
  6. 27 4月, 2020 8 次提交
  7. 26 4月, 2020 1 次提交
  8. 25 4月, 2020 1 次提交
  9. 24 4月, 2020 2 次提交
  10. 23 4月, 2020 2 次提交