updates
This commit is contained in:
parent
033c51ed90
commit
92690302bb
1
train.py
1
train.py
|
@ -43,6 +43,7 @@ hyp = {'giou': 3.31, # giou loss gain
|
||||||
# Overwrite hyp with hyp*.txt (optional)
|
# Overwrite hyp with hyp*.txt (optional)
|
||||||
f = glob.glob('hyp*.txt')
|
f = glob.glob('hyp*.txt')
|
||||||
if f:
|
if f:
|
||||||
|
print('Using %s' % f)
|
||||||
for k, v in zip(hyp.keys(), np.loadtxt(f[0])):
|
for k, v in zip(hyp.keys(), np.loadtxt(f[0])):
|
||||||
hyp[k] = v
|
hyp[k] = v
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue