Glenn Jocher
8e5c66579b
update train.py remove save_json final_epoch
4 years ago
Glenn Jocher
41523e2c91
Dataset autodownload feature addition ( #685 )
* initial commit
* move download scripts into data/scripts
* new check_dataset() function in general.py
* move check_dataset() out of with context
* Update general.py
* DDP update
* Update general.py
4 years ago
NanoCode012
3d8ed0a76b
Fix missing model.stride in DP and DDP mode ( #683 )
4 years ago
Glenn Jocher
a0ac5adb7b
Single-source training update ( #680 )
4 years ago
Glenn Jocher
3c6e2f7668
Single-source training ( #680 )
* Single-source training
* Extract hyperparameters into seperate files
* weight decay scientific notation yaml reader bug fix
* remove import glob
* intersect_dicts() implementation
* 'or' bug fix
* .to(device) bug fix
4 years ago
NanoCode012
d7cfbc47ab
Fix unrecognized local rank argument ( #676 )
4 years ago
Glenn Jocher
0e207551aa
update greetings.yml with pull_request_target ( #677 )
Should resolve "Resource not accessible by integration" error message.
https://github.com/actions/first-interaction/issues/10#issuecomment-670968624
4 years ago
Glenn Jocher
e742dcf417
update requirements.txt
4 years ago
Glenn Jocher
3fcd365ba3
Fix curl download on Windows ( #669 )
4 years ago
NanoCode012
fe5b3f8712
Fix curl download on Windows ( #669 )
* Update ci-testing.yml
* Fix windows download
* Fix cookie and curl download issue from gdrive
* Revert "Update ci-testing.yml"
This reverts commit 7389d2238d
.
* Update google_utils.py
PEP8
* Update google_utils.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4 years ago
Glenn Jocher
93684531c6
train.py --logdir argparser addition ( #660 )
* train.py --logdir argparser addition
* train.py --logdir argparser addition
4 years ago
NanoCode012
886b9841c8
Add Multi-Node support for DDP Training ( #504 )
* Add support for multi-node DDP
* Remove local_rank confusion
* Fix spacing
4 years ago
Glenn Jocher
7eaf225d55
zero-target training bug fix ( #609 )
4 years ago
hopesala
d0d3dd1040
Update detect.py ( #629 )
* Update detect.py
Update print info for relative path and absolute
otherwise the info below is misleading
Results saved to /workspace//output_path
* Update detect.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4 years ago
Glenn Jocher
b8f3b1b373
Update ci-testing.yml ( #637 )
* Update ci-testing.yml
* Update ci-testing.yml
4 years ago
lorenzomammana
728efa6576
Fix missing imports ( #627 )
* Fix missing imports
* Update detect.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4 years ago
Glenn Jocher
941cb2680b
Merge remote-tracking branch 'origin/master'
4 years ago
Glenn Jocher
52b626392f
update README.md
4 years ago
Wang Xinyu
7ecf09d6da
Update README.md, deploy model with tensorrt ( #623 )
* Update README.md, deploy model with tensorrt
* Update README.md
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4 years ago
Glenn Jocher
4ee8adb04b
Merge remote-tracking branch 'origin/master'
4 years ago
Glenn Jocher
f346da9f2b
update activations.py
4 years ago
Glenn Jocher
f807e7b867
Update README.md
4 years ago
Glenn Jocher
937b9db977
Update README.md
4 years ago
Glenn Jocher
eb99dff9ef
import random bug fix ( #614 )
4 years ago
Jirka Borovec
d5b6416c87
Explicit Imports ( #498 )
* expand imports
* optimize
* miss
* fix
4 years ago
Glenn Jocher
ec7a926163
AutoAnchor update to display anchors/target
4 years ago
Glenn Jocher
d989bc9260
remove NBSP
4 years ago
Glenn Jocher
023e37807c
hyperparameter evolution update ( #566 )
4 years ago
Glenn Jocher
64e6d199ba
hyperparameter evolution update ( #566 )
4 years ago
Glenn Jocher
fdbcc8fd7f
hyperparameter evolution update ( #566 )
4 years ago
Glenn Jocher
f1096b2cf7
hyperparameter evolution update ( #566 )
4 years ago
Glenn Jocher
305c6a028a
compute_loss() leaf variable update
4 years ago
Glenn Jocher
c1a2a7a411
hyperparameter evolution bug fix ( #566 )
4 years ago
Glenn Jocher
8074745908
hyperparameter evolution bug fix ( #566 )
4 years ago
Glenn Jocher
e32abb5fb9
hyperparameter evolution bug fix ( #566 )
4 years ago
Glenn Jocher
8056fe2db8
hyperparameter evolution bug fix ( #566 )
4 years ago
Glenn Jocher
61b5733c36
update requirements.txt
4 years ago
Glenn Jocher
3e5e44499d
update requirements.txt
4 years ago
Glenn Jocher
127cbeb3f5
hyperparameter expansion to flips, perspective, mixup
4 years ago
Glenn Jocher
6f08e8bcce
add rebase.yml
4 years ago
Glenn Jocher
23d2bde01f
leaf variable --single-cls training bug fix ( #593 )
4 years ago
Glenn Jocher
bcd452c482
replace random_affine() with random_perspective()
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4 years ago
Glenn Jocher
bb87276d80
update build_targets() ( #589 )
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4 years ago
Glenn Jocher
8bf3cff875
PyTorch 1.6.0 update with native AMP ( #573 )
4 years ago
Glenn Jocher
60d5dc0294
PyTorch 1.6.0 update with native AMP ( #573 )
4 years ago
Liu Changyu
c020875b17
PyTorch 1.6.0 update with native AMP ( #573 )
* PyTorch have Automatic Mixed Precision (AMP) Training.
* Fixed the problem of inconsistent code length indentation
* Fixed the problem of inconsistent code length indentation
* Mixed precision training is turned on by default
4 years ago
Glenn Jocher
48e15be498
Update --bug-report.md
4 years ago
Glenn Jocher
c8892672a7
Funnel ReLU (FReLU) @staticmethod bug fix ( #556 )
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4 years ago
Glenn Jocher
131782a2aa
Funnel ReLU (FReLU) ( #556 )
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4 years ago
AlexWang1900
4b074d9d9d
Funnel ReLU (FReLU) ( #556 )
* fix #541 #542
* Update train.py
* Add Frelu
* Update activations.py
PEP8 and format updates for commonality with models.common.Conv()
* Update activations.py
Update case
* Update activations.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4 years ago