@@ -43,7 +43,7 @@ hyp = {'giou': 3.31, # giou loss gain
# Overwrite hyp with hyp*.txt (optional)
f=glob.glob('hyp*.txt')
iff:
print('Using %s'%f)
print('Using %s'%f[0])
fork,vinzip(hyp.keys(),np.loadtxt(f[0])):
hyp[k]=v
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.