forked from nudt_dsp/netrans
兼容profile参数
This commit is contained in:
parent
80e995b9a9
commit
58ec0311b7
|
@ -98,6 +98,7 @@ class create_cls(): #dataclass @netrans_params
|
|||
self.model_path = os.path.abspath(self.model_path)
|
||||
self.verbose=verbose
|
||||
self.quantize_type = quantized_type
|
||||
self.profile = False
|
||||
|
||||
# if __name__ == "__main__":
|
||||
# dir_name = "yolo"
|
||||
|
|
Loading…
Reference in New Issue