Commit History
W&B logging add hyperparameters (#1399)
9c91aea
unverified
glenn-jocher
commited on
Increase pycocotools robustness (#1396)
0c26c4e
glenn-jocher
commited on
Utils reorganization (#1392)
fe341fa
unverified
glenn-jocher
commited on
Yaml constructor posixpath --resume bug fix (#1390)
379396e
unverified
glenn-jocher
commited on
Unified '/project/name' results saving (#1377)
c4addd7
unverified
glenn-jocher
commited on
W&B evolution bug fix (#1373)
ce3872f
unverified
glenn-jocher
commited on
Use pathlib instead of low-level module (#1329)
1c8464e
unverified
Increment train, test, detect runs/ (#1322)
4821d07
unverified
glenn-jocher
commited on
Change optimizer parameters group method (#1239)
187f7c2
unverified
W&B feature improvements (#1258)
96fcde4
unverified
Weights & Biases (W&B) Feature Addition (#1235)
ca290dc
unverified
Update tensorboard logging
453acde
glenn-jocher
commited on
fix compatibility for hyper config (#1146)
c67e722
unverified
Minor import and spelling updates (#1133)
4d3680c
unverified
glenn-jocher
commited on
update expt name comment and folder parsing for training (#978)
00917a6
unverified
Generalized regression criterion renaming (#1120)
0ada058
unverified
glenn-jocher
commited on
Precision-Recall Curve Feature Addition (#1107)
5fac5ad
unverified
glenn-jocher
commited on
init_torch_seeds >> init_seeds bug fix
66676eb
glenn-jocher
commited on
add mosaic and warmup to hyperparameters (#931)
f1c63e2
glenn-jocher
commited on
prevent testloader caching on --notest
a62a45b
glenn-jocher
commited on
hyp evolution force-autoanchor fix
c8e5181
glenn-jocher
commited on
reorganize train initialization steps
c687d5c
glenn-jocher
commited on
hyp['anchors'] evolution update
44cdcc7
glenn-jocher
commited on
Fix results_file not renaming (#903)
d8274d0
unverified
Nanobit
commited on
Update train.py (#902)
281d78c
unverified
glenn-jocher
commited on
Remove autoanchor and class checks on resumed training (#889)
6f3db5e
unverified
opt.image_weights bug fix (#885)
f06e2d5
glenn-jocher
commited on
opt.img_weights bug fix (#885)
69ff781
glenn-jocher
commited on
Update hyperparameters to add lrf, anchors
08e97a2
glenn-jocher
commited on
Update train.py forward simplification
a21bd06
glenn-jocher
commited on
torch.from_tensor() bug fix
09402a2
glenn-jocher
commited on
remove ema.ema hasattr(ema, 'module') check
83dc540
glenn-jocher
commited on
--resume to same runs/exp directory (#765)
4447f4b
unverified
glenn-jocher
commited on
Fix ema attribute error in DDP mode (#775)
fb4fc8c
unverified
single command --resume (#756)
ebafd1e
unverified
glenn-jocher
commited on
v3.0 Release (#725)
916d4aa
unverified
glenn-jocher
commited on
Fix Logging (#719)
0892c44
unverified
max workers for dataloader (#722)
a925f28
unverified
Marc
commited on
Fix redundant outputs via Logging in DDP training (#500)
4949401
unverified
Model freeze capability (#679)
e71fd0e
glenn-jocher
commited on
update train.py remove save_json final_epoch
8e5c665
glenn-jocher
commited on
Dataset autodownload feature addition (#685)
41523e2
unverified
glenn-jocher
commited on
Fix missing model.stride in DP and DDP mode (#683)
3d8ed0a
unverified
Nanobit
commited on
Single-source training update (#680)
a0ac5ad
glenn-jocher
commited on
Single-source training (#680)
3c6e2f7
unverified
glenn-jocher
commited on
Fix unrecognized local rank argument (#676)
d7cfbc4
unverified
Nanobit
commited on
train.py --logdir argparser addition (#660)
9368453
unverified
glenn-jocher
commited on
Add Multi-Node support for DDP Training (#504)
886b984
unverified
Nanobit
commited on