Glenn Jocher
|
03489aaafb
|
comment tb_writer.add_hparams(hyp, {})
|
4 lat temu |
Glenn Jocher
|
120d40c06a
|
Update train.py
This updates the PR to a one-liner to minimize additions. Perhaps we can include opt in the future but let's start with this for now.
|
4 lat temu |
Janko Ondras
|
38acc5f3c5
|
Fix img_size naming in hyperparameters logging
|
4 lat temu |
Glenn Jocher
|
a1c8406af3
|
EMA and non_blocking=True
|
4 lat temu |
Glenn Jocher
|
140d84cca1
|
comment updates
|
4 lat temu |
Janko Ondras
|
e558963244
|
Log hyperparameters in tensorboard
Log both hyperparameters and command line options in tensorboard.
|
4 lat temu |
Glenn Jocher
|
01a73ec08e
|
multi-gpu ckpt filesize bug fix #253
|
4 lat temu |
Glenn Jocher
|
a586751904
|
multi-gpu ckpt filesize bug fix #253
|
4 lat temu |
Glenn Jocher
|
5de4e25d68
|
update tensorboard metric
|
4 lat temu |
Glenn Jocher
|
98fc483abc
|
train.py results.txt to bucket bug fix
|
4 lat temu |
Glenn Jocher
|
1c13e67b33
|
evolution bug fix #346
|
4 lat temu |
Laughing
|
51a161d9e1
|
Update train.py
|
4 lat temu |
Glenn Jocher
|
e16e9e43e1
|
new nc=len(names) check
|
4 lat temu |
Glenn Jocher
|
cb527d3af9
|
new nc=len(names) check
|
4 lat temu |
Glenn Jocher
|
603ea0bfdc
|
update log_dir to runs/exp #107
|
4 lat temu |
Glenn Jocher
|
72d5b58b9a
|
disable LR plot to suppress warning message
|
4 lat temu |
Glenn Jocher
|
24c5a941f0
|
--resume EMA fix #292
|
4 lat temu |
Alex Stoken
|
9d631408a2
|
Move hyp and opt yaml save to top of train()
Fixes bug where scaled values were saved in hyp.yaml, which would cause continuity issues with --resume
|
4 lat temu |
Glenn Jocher
|
bf6f41567a
|
hyperparameter printout update
|
4 lat temu |
Glenn Jocher
|
6b134d93c5
|
Update train.py
|
4 lat temu |
Glenn Jocher
|
16f6834486
|
update train.py and experimental.py
|
4 lat temu |
Alex Stoken
|
52bac22f09
|
Add in --resume functionality with option to specify path or to get most recent run
|
4 lat temu |
Laughing
|
956511dafd
|
fix LR bug
|
4 lat temu |
Glenn Jocher
|
bb3c346916
|
model.yaml nc inherited from dataset.yaml
|
4 lat temu |
Glenn Jocher
|
df224a0d8f
|
EMA bug fix #279
|
4 lat temu |
Glenn Jocher
|
3bdea3f697
|
strip_optimizer() bug fix #253
|
4 lat temu |
Glenn Jocher
|
597ed4ce63
|
Update train.py
|
4 lat temu |
Glenn Jocher
|
9705c15da1
|
Update train.py
|
4 lat temu |
ChristopherSTAN
|
a8d17ce712
|
Update train.py
|
4 lat temu |
Glenn Jocher
|
13f69777a6
|
typo fix
|
4 lat temu |
yxNONG
|
1aa2b67933
|
Update train.py
|
4 lat temu |
Glenn Jocher
|
86784cfdbf
|
--resume bug fix #252
|
4 lat temu |
Glenn Jocher
|
ad4c22cbfe
|
--resume bug fix #187
|
4 lat temu |
Glenn Jocher
|
3b16c865f0
|
assert --epochs
|
4 lat temu |
yxNONG
|
cdb9bde181
|
Unify the check point of single and multi GPU
save the model.hyp etc to checkpoint when use multi GPU training
|
4 lat temu |
Glenn Jocher
|
b203c9b7ff
|
update train.py incompatible model message fix #222
|
4 lat temu |
Glenn Jocher
|
37e13f8846
|
update mosaic border
|
4 lat temu |
Glenn Jocher
|
22fb2b0c25
|
refactor dataloader
|
4 lat temu |
Glenn Jocher
|
256a3e89d2
|
small dataset bug fix #140
|
4 lat temu |
Glenn Jocher
|
b50fdf16af
|
model.names multi-GPU bug fix #94
|
4 lat temu |
Alex Stoken
|
de191655e4
|
Fix yaml saving (don't sort keys), reorder --opt keys, bug fix hyp dict accessor
|
4 lat temu |
Alex Stoken
|
2d396bea00
|
Fix bug in --help from percent sign in help string
|
4 lat temu |
Glenn Jocher
|
b8557f87e3
|
add stride to datasets.py
|
4 lat temu |
Alex Stoken
|
611aacf1bf
|
Turn opt into dictionary before sending it to yaml
|
4 lat temu |
Alex Stoken
|
bc4ef4861b
|
Default optimizer SGD
|
4 lat temu |
Alex Stoken
|
7abf202cad
|
Mode all optimizer settings to 'hyp.yaml', integrate proper momentum with Adam optimizer
|
4 lat temu |
Alex Stoken
|
7edbf6570e
|
Fix help message for cfg files
|
4 lat temu |
Alex Stoken
|
d64ad0fbf3
|
Remove --resume functionality and related checks/logic.
|
4 lat temu |
Glenn Jocher
|
6c1b87a42e
|
update google_utils import
|
4 lat temu |
Glenn Jocher
|
1f1917ef56
|
remove fast, add merge
|
4 lat temu |