Add collate_fn() to DataLoader (#163)

Multi-GPU update with custom collate function to allow variable size target vector per image without needing to pad targets.
This commit is contained in:
Glenn Jocher
2019-03-25 14:59:38 +01:00
committed by GitHub
parent 49ae0a55b1
commit cd51e1137b
9 changed files with 217 additions and 194 deletions
+1
View File
@@ -18,3 +18,4 @@ wget -c https://pjreddie.com/media/files/darknet53.conv.74
# ./darknet partial cfg/yolov3-tiny.cfg yolov3-tiny.weights yolov3-tiny.conv.15 15
# mv yolov3-tiny.conv.15 ../
cd ..