示例#1
0
 def __init__(self, name, obj_path):
     """ Initialization with app name
     :param name:
     """
     AppMethods.__init__(self, name, obj_path)
     self.training_units = 5
     self.fullrun_units = 10
     self.max_cost = 3126
     self.min_cost = 2597
     self.min_mv = 7.2
     self.max_mv = 18.3
示例#2
0
 def __init__(self, name, obj_path):
     """ Initialization with app name
     :param name:
     """
     AppMethods.__init__(self, name, obj_path)
     self.training_units = 5
     self.fullrun_units = 10
     self.max_cost = 3563
     self.min_cost = 2529
     self.min_mv = 20.56
     self.max_mv = 33.78
     self.run_config = ''
示例#3
0
 def __init__(self, name, obj_path):
     """ Initialization with app name
     :param name:
     """
     AppMethods.__init__(self, name, obj_path)
     self.training_units = 200
     self.fullrun_units = 512
     self.max_cost = 0
     self.min_cost = 0
     self.min_mv = 0
     self.max_mv = 0
     self.run_config_file = "./outputs/x264/x264_run.config"
示例#4
0
 def __init__(self, name, obj_path):
     """ Initialization with app name
     :param name:
     """
     AppMethods.__init__(self, name, obj_path)
     self.training_units = 30
     self.fullrun_units = 261
     self.max_cost = 293
     self.min_cost = 25
     self.min_mv = 65.69
     self.max_mv = 100
     self.gt_path = "/home/liuliu/Research/rapidlib-linux/modelConstr/Rapids/training_outputs/body-gt.txt"
     self.run_config_file = ''
示例#5
0
 def __init__(self, name, obj_path):
     """ Initialization with app name
     :param name:
     """
     AppMethods.__init__(self, name, obj_path)
     self.training_units = 100
     self.fullrun_units = 400
     self.max_cost = 1000
     self.min_cost = 30
     self.min_mv = 0
     self.max_mv = 142
     self.gt_path = self.train_grond_truth_path  # default is training
     self.run_config_file = ''
示例#6
0
 def __init__(self, name, obj_path):
     """ Initialization with app name
     :param name:
     """
     AppMethods.__init__(self, name, obj_path)
     self.training_units = 50
     self.fullrun_units = 1000  # two are . and ..
     self.max_cost = 99
     self.min_cost = 68
     self.min_mv = 58.69
     self.max_mv = 100
     self.gt_path = '/home/liuliu/Research/rapidlib-linux/modelConstr/Rapids/training_outputs/ferret-gt.txt'
     self.gt_full_path = '/home/liuliu/Research/rapidlib-linux/modelConstr/Rapids/training_outputs/ferret-gt-full.txt'
     self.run_config = ''
示例#7
0
 def __init__(self, name, obj_path):
     """ Initialization with app name
     :param name:
     """
     AppMethods.__init__(self, name, obj_path)
     self.training_units = 1