From 89e33d36f22ccb73c0b30596f9a6183154441dcd Mon Sep 17 00:00:00 2001
From: nikhil_rayaprolu <nikhil684@gmail.com>
Date: Fri, 3 Apr 2020 11:24:27 +0000
Subject: [PATCH] Update htc_r50.py

---
 configs/htc_r50.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/htc_r50.py b/configs/htc_r50.py
index cda96d5..984382b 100644
--- a/configs/htc_r50.py
+++ b/configs/htc_r50.py
@@ -272,7 +272,7 @@ test_pipeline = [
 ]
 data = dict(
     imgs_per_gpu=4,
-    workers_per_gpu=0,
+    workers_per_gpu=8,
     train=dict(
         type=dataset_type,
         ann_file=data_root + 'train/annotations.json',
-- 
GitLab