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:
@@ -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 ..
|
||||
|
||||
Reference in New Issue
Block a user