1803 Commits (ac7436dccd19d6caf93bb82d75b3df4b17c72883)
 

Author SHA1 Message Date
AlexeyAB f64746107d Fixed add_bias vs batch_norm on CPU 5 years ago
AlexeyAB 81c5bcea92 Avg-loss will be saved to the 2 images: chart.png & chart_your_cfg_name.png 5 years ago
AlexeyAB 719180e7f1 Fixed swish/mish on CPU 5 years ago
AlexeyAB f81033266e Minor fix 5 years ago
AlexeyAB 0a841f6a22 Fixed strech_sway=1 param, local_avgpool for large size 5 years ago
AlexeyAB af54d95184 Added stretch_sway 5 years ago
AlexeyAB b2749c9e97 Update Readme.md 5 years ago
AlexeyAB 5f6dced3ce Another fix for [batchnorm] layer 5 years ago
AlexeyAB d6eaa2e95f Fixed [batchnorm] layer 5 years ago
AlexeyAB 005714a10c Added [local_avgpool] layer 5 years ago
AlexeyAB e66d3b1bdb Disabled CUDNN_TENSOR_OP_MATH_ALLOW_CONVERSION, and only if groups==1 use CUDNN_TENSOR_OP_MATH 5 years ago
AlexeyAB dc7277f152 Increased speed on Tensor Cores for csresnext50-panet-spp.cfg model 5 years ago
Alexey 3004ee851c
Update Readme.md 6 years ago
AlexeyAB 7f25e50279 Minor fix 6 years ago
AlexeyAB 01ad1f5415 Added csresnext50-panet-spp.cfg 6 years ago
AlexeyAB e43a1c424d Fixed a bug in counters_per_class= 6 years ago
AlexeyAB e33ecb785e Added param counters_per_class=100,200,... <for each class> to [yolo] and [Gaussian_yolo] to solve class-imbalance-problem 6 years ago
AlexeyAB 63396082d7 Another one minor fix 6 years ago
AlexeyAB 972608c8ef Minor fix 6 years ago
AlexeyAB f4b2612b04 Added the ability to compile in C++ (Makefile USE_CPP=1) 6 years ago
AlexeyAB 1626f9d495 Some fixes 6 years ago
AlexeyAB f831835125 Fixed DropBlock bug for Conv-networks. When are used: random=1 and [dropout] dropblock=1 6 years ago
AlexeyAB f2fc239096 Stretch conv-kernel 6 years ago
AlexeyAB b78aa3961b Dropped out items are has compensated 6 years ago
AlexeyAB 5e035565ff Rotate conv-kernel 6 years ago
AlexeyAB a08c872564 Sway conv-kernel 6 years ago
AlexeyAB 7ae1ae5641 Fixed activation=NORM_CHAN gradient 6 years ago
AlexeyAB 764872a190 Minor fix 6 years ago
AlexeyAB 642c065c0e Fixed DropBlock [dropout] dropblock_size_abs=7 dropblock_size_rel=0.5 6 years ago
AlexeyAB d137d304c1 Fixed backward_scale_channels_kernel() for ASFF 6 years ago
AlexeyAB 1df3ddc7d6 Added DropBlock. Use [dropout] dropblock=1 dropblock_size=0.5 probability=0.1 6 years ago
AlexeyAB a616fcd28e Minor fix 6 years ago
AlexeyAB dbe34d7865 Accelerated [Gaussian_yolo] layer 6 years ago
AlexeyAB fc173454b1 Fixed time_step=1 for darknet.so/dll 6 years ago
AlexeyAB c7e3ba3ed4 Fixed memory leak in ./darknet detector demo ... 6 years ago
AlexeyAB 2a873f3448 Added label_smooth_eps=0.1 for [net] layer for Label Smoothing for Classifier 6 years ago
AlexeyAB 318919e1cb Added label_smooth_eps=0.1 for [yolo] and [Gaussian_yolo] layer for Label Smoothing 6 years ago
AlexeyAB 67e94dc1de Minor fix 6 years ago
AlexeyAB ffb4a1df67 Compile fix 6 years ago
AlexeyAB 3aa2e45ad3 Compile fix 6 years ago
AlexeyAB 13f064f1be Improved mosaic=1 for Detector 6 years ago
AlexeyAB 87f36b79f5 Another version of mosaic=1 for Detector 6 years ago
AlexeyAB 4f52ba1a25 Remove eps=0.0001 from gradient of normalize_channels_softmax 6 years ago
AlexeyAB c9c745ccf1 Added [convolutional] activation=normalize_channels_softmax 6 years ago
AlexeyAB 5d13aad887 Fixed types in the image_opencv.cpp/h that could lead to a memory leak 6 years ago
AlexeyAB ebf1d7a73b Minor fixes 6 years ago
AlexeyAB aaba21bdd3 Added ./darknet detector valid for KITTI and BDD (were previously MSCOCO and ImageNet) 6 years ago
AlexeyAB 27da7f85c7 Minor fix 6 years ago
AlexeyAB 2207acd9c4 Minor fix 6 years ago
AlexeyAB 142fcdeb1e Added blur=1 for Classifier training if OPENCV=1 (removes textures like in stylized-ImageNet) 6 years ago