This commit is contained in:
Glenn Jocher 2019-08-23 16:41:28 +02:00
parent 06e274f7e4
commit d2ef817b1f
1 changed files with 0 additions and 1 deletions

View File

@ -369,7 +369,6 @@ if __name__ == '__main__':
parser.add_argument('--weights', type=str, default='', help='initial weights') # i.e. weights/darknet.53.conv.74
opt = parser.parse_args()
opt.weights = 'weights/last.pt' if opt.resume else opt.weights
opt.transfer = True
print(opt)
tb_writer = None