1728 Commits (8800212faa8afd86224be1c6cdaba4639e61677b)
 

Author SHA1 Message Date
Muhammad Maaz 8800212faa Adds support to print remaining training time on console if darknet is not compiled with OpenCV 5 years ago
Muhammad Maaz bd7690b019 Fix: Correct remaining training time in case someone resume training (src/detector.c) 5 years ago
Muhammad Maaz 570f595247 Remove redundant code from classifier.c 5 years ago
Muhammad Maaz 1a6dd593c5 Fix: Use iteration instead of i for current iteration. 5 years ago
Muhammad Maaz 02e7109b8b
Merge branch 'master' into monitor_training 5 years ago
Muhammad Maaz d6253d5cd7 Logic Change: Implements rolling avg for remaining time calculation in classifier.c 5 years ago
Muhammad Maaz b77add049e Logic Change: Implements rolling avg for remaining time calculation in detector.c 5 years ago
AlexeyAB 92e6e8eece Minor fix 5 years ago
AlexeyAB 8ffc2b0b36 Minor fix 5 years ago
AlexeyAB 0c8e9ce4b2 Minor fix 5 years ago
AlexeyAB b24b61fb97 disable TC 5 years ago
AlexeyAB 18d877a1ac Fixed loss_scale 5 years ago
AlexeyAB fb4da5ce5f Clip for weight_updates for BiFPN 5 years ago
AlexeyAB 46ccac39e8 Minor fix 5 years ago
AlexeyAB 002177de00 Minor Fix 5 years ago
AlexeyAB 4ca7896402 Fixed constrain for BiFPN 5 years ago
AlexeyAB d11caf486d Fixed BiFPN and label_smothing for Detection 5 years ago
AlexeyAB d79d2815b9 clip float fix 5 years ago
AlexeyAB 54aa887462 Added clip=1 option for weighted-layers to constrain absolute weights value 5 years ago
AlexeyAB 9ac401fa67 BiFPN fix 5 years ago
AlexeyAB cf8409d7e1 Compile fix 5 years ago
AlexeyAB 4dff7cb769 final compile fix 5 years ago
AlexeyAB 56bd298297 another compile fix 5 years ago
AlexeyAB 374c769062 Compile fix 5 years ago
AlexeyAB 5e54523960 Added loss_scale for Mixed-Precision on Tensor-Cores 5 years ago
AlexeyAB 49a7cdd268 Compile fix 5 years ago
AlexeyAB 1a56ef588a Added flag -cuda_debug_sync for checking CUDA errors 5 years ago
Alexey e70b70db8f
Merge pull request #5002 from mandoo92/master 5 years ago
Wastage 8c13ca1619
Class_id Garbage Value Check 5 years ago
AlexeyAB a567a806a6 Set cur_iteration = 0; initially 5 years ago
AlexeyAB 6c4886485d Minor speedup of DropBlock (training) 5 years ago
Alexey c993a4bbe3
Merge pull request #4994 from Tclack88/master 5 years ago
Tclack88 992306b031
Update classifier.c 5 years ago
AlexeyAB b56e8d11cf Minor fix 5 years ago
Muhammad Maaz 1174bb7417 Add support to ignore first 50 iterations in calculating the remaining training time. 5 years ago
Muhammad Maaz d1d2ad9d8f Merge branch 'monitor_training' of https://github.com/mmaaz60/darknet into monitor_training 5 years ago
Muhammad Maaz d124d552c0 Add feature to show approx. remaining training time to training chart. 5 years ago
Muhammad Maaz 324cc881ee Add support to display time remaining on the training chart. 5 years ago
Alexey b2fc7b624c
Merge pull request #4955 from Evert-Arends/master 5 years ago
Evert Arends 4f95c78f54
Update readme 5 years ago
Alexey 60e0950c74
Update Readme.md 5 years ago
AlexeyAB 81290b0737 Fixed label_smoothing for Detector 5 years ago
AlexeyAB c814d56ec1 Added [net] dynamic_minibatch=1 for increasing mini_batch_size when random=1 is used 5 years ago
AlexeyAB df9e602819 Fixed bug in MJPEG_PORT - clear socket after closing the connection 5 years ago
AlexeyAB ef979a1fd2 For CPU and GPU structures in the darknet.h have the same size 5 years ago
Muhammad Maaz d392cbc622
Merge pull request #1 from AlexeyAB/master 5 years ago
AlexeyAB 10a586140c Minor fix. Fixed forward MISH on CPU 5 years ago
AlexeyAB f6baa62c9b Accelerated BiFPN back-propagation 5 years ago
AlexeyAB 3cb9125b95 Another one fix of gradient for BiFPN 5 years ago
AlexeyAB cfa40fe890 Fixed gradient for BiFPN 5 years ago