zhangmeng
2019-12-24 8667f4353f14a46218b2bff25ffd5c37e90b0efa
main.go
@@ -112,6 +112,8 @@
   } else if role == roleSlave {
      ret = slave.Run(ctx, configPath, runType, id, gpu, shm)
   } else if role == "test" {
      ret = slave.TwoPluginConflict("./libcomm.so", "./zconf/Yolo.json")
   }
   if ret {