Commit History

Merge pull request #143 from Lornatang/Fix-multi-GPU-training-errors
ba340ed
unverified

glenn-jocher commited on

datasets.py vid_formats updated
024a42f

glenn-jocher commited on

vid_formats bug fix #146
5c2cd71

glenn-jocher commited on

Fix DDP bug in single process multiple device use cases
899f1d4

goodfellowliu commited on

Update issue templates
0a09882

glenn-jocher commited on

Merge pull request #107 from Lornatang/fix-reference-bugs
cdf1eac
unverified

glenn-jocher commited on

Update README.md
458c4d0
unverified

glenn-jocher commited on

Update README.md
34ec87e
unverified

glenn-jocher commited on

speeds updated from FP32 to FP16
d4c6674

glenn-jocher commited on

update onnx_export.py usage
e249792

glenn-jocher commited on

check_img_size() update
a3ee0a8

glenn-jocher commited on

strip_optimizer() default to save FP16 model
1014583

glenn-jocher commited on

backbone as FP16, save default to FP32
cce95e7

glenn-jocher commited on

save ckpt in FP16 #119
d9b64c2

glenn-jocher commited on

AutoAnchor bug fix # 117
9fdb0fb

glenn-jocher commited on

Syntax fixes
c8152c8

astoken commited on

Add save_dir arg to test.test, use arg as location for saving batch jpgs
9b7386f

astoken commited on

Add save_dir to plot_lr_scheduler and plot_labels
945307b

astoken commited on

Move results.txt from weights/ to log_dir
3b2b330

astoken commited on

Merge remote-tracking branch 'origin/master'
2bfd242

glenn-jocher commited on

Fix hyp file read in and dict update.
ade023c

astoken commited on

Fix get_latest_run to search 'search_dir' recursivly
3263a20

astoken commited on

Fix get_latest_run() to search inside 'weights' subfolders
d342917

astoken commited on

Merge pull request #112 from imprashr/patch-1
91de338
unverified

glenn-jocher commited on

onnx should be 1.6.0
0071b69
unverified

Prashant Rai commited on

check_img_size() update
a557b7d

glenn-jocher commited on

AutoAnchor fitness to screen
0346094

glenn-jocher commited on

AutoAnchor n, imgsz bug fix
ef75f73

glenn-jocher commited on

train with multi-gpu half test bug fix #99
2daa412

glenn-jocher commited on

train with multi-gpu half test bug fix #99
d1e5716

glenn-jocher commited on

AutoAnchor BPR to 4 significant figures
1dfc285

glenn-jocher commited on

AutoAnchor update - improvement check
4052603

glenn-jocher commited on

remove old print statements
5f2eeba

astoken commited on

dist.destroy_process_group() bug fix
afe1df3

glenn-jocher commited on

Multi-GPU disabled in test.py
72d0614

glenn-jocher commited on

add update default hyp dict with provided yaml
333f678

astoken commited on

add logic for resuming and getting hyp for resume run
a448c3b

astoken commited on

AutoAnchor bug fix
bafbc65

glenn-jocher commited on

add util function to get most recent last.pt file
25e51bc

astoken commited on

add save_dir arg to plot_lr_scheduler, default to current dir.
490f1e7

astoken commited on

AutoAnchor implementation
57a0ae3

glenn-jocher commited on

change weights dir (wdir) to be unique to each run, under log_dir
4418809

astoken commited on

add save yaml of opt and hyp to tensorboard log_dir in train()
d9f446c

astoken commited on

add parser arg for hyp yaml file
a85e6d0

astoken commited on