updates
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user