Commit History
Update bytes to GB with bitshift (#6886)
e6e36aa
unverified
Update EMA decay `tau` (#6769)
0f81991
unverified
Suppress `torch` AMP-CPU warnings (#6706)
4de8b24
unverified
Fix 6 Flake8 issues (#6541)
cba4303
unverified
Fix2 `select_device()` for Multi-GPU (#6461)
d8b5beb
unverified
Fix `select_device()` for Multi-GPU (#6434)
856d4e5
unverified
Reuse `de_parallel()` rather than `is_parallel()` (#6354)
4e841b9
unverified
`select_device()` cleanup (#6302)
436ffc4
unverified
Fixing bug multi-gpu training (#6299)
a1a9c68
unverified
Henry
commited on
Fix `device` count check (#6290)
e7bf382
unverified
Make `select_device()` robust to `batch_size=-1` (#5940)
c45f9f6
unverified
Add `notebook_init()` to utils/__init__.py (#5488)
7ebb5e5
unverified
New `DetectMultiBackend()` class (#5549)
3883261
unverified
`LOGGER` consolidation (#5569)
79bca2b
unverified
`intersect_dicts()` in hubconf.py fix (#5542)
e189fa1
unverified
Fix float zeros format (#5491)
5866646
unverified
Update torch_utils.py import `LOGGER` (#5483)
84a8099
unverified
Improve GPU name (#5478)
df30426
unverified
Fix MixConv2d() remove shortcut + apply depthwise (#5410)
5d4258f
unverified
Add pre-commit CI actions (#4982)
ed887b5
unverified
Add `autobatch` feature for best `batch-size` estimation (#5092)
ca19df5
unverified
More informative `EarlyStopping()` message (#5303)
441b47c
unverified
Consolidate `init_seeds()` (#4849)
84bfa89
unverified
EarlyStopper updates (#4679)
5487451
unverified
Add EarlyStopping feature (#4576)
93cc015
unverified
Remove DDP process group timeout (#4422)
19d03a9
unverified
Standardize headers and docstrings (#4417)
24bea5e
unverified
Fixed logging level in distributed mode (#4284)
771ac6c
unverified
Update `profile()` for CUDA Memory allocation (#4239)
d8f1883
unverified
Update profiler (#4236)
9468657
unverified
`val.py` refactor (#4053)
f7d8562
unverified
Hub models `map_location=device` (#3894)
6a3ee7c
unverified
Update DDP for `torch.distributed.run` with `gloo` backend (#3680)
fad27c0
unverified
Multi-GPU default to single device 0 (#3554)
8b5086c
unverified
Merge `develop` branch into `master` (#3518)
f3c3d2c
unverified


TensorBoard DP/DDP graph fix (#3325)
aad99b6
unverified
check `batch_size % utilized_device_count` (#3276)
f340235
unverified
Speed profiling improvements (#2648)
866bc7d
unverified
Improve git_describe() fix 1 (#2635)
2e95cf3
unverified
Improve git_describe() (#2633)
6e8c5b7
unverified
Create date_modified() (#2616)
0ff5aec
unverified
Update git_describe() for remote dir usage (#2606)
77415a4
unverified
PyTorch Hub models default to CUDA:0 if available (#2472)
9b11f0c
unverified
Integer printout (#2450)
f01f322
unverified
FLOPS min stride 32 (#2276)
83dc1b4
unverified
xiaowo1996
commited on