Update infer.py
This commit is contained in:
parent
f5bed5f72a
commit
cab9cd5a5c
|
@ -10,7 +10,7 @@ class Infer(AttributeCopier):
|
|||
@check_path
|
||||
def inference_network(self):
|
||||
netrans = self.netrans
|
||||
quantized = self.quantized_type
|
||||
quantized = self.quantize_type
|
||||
name = self.model_name
|
||||
# print(self.__dict__)
|
||||
|
||||
|
|
Loading…
Reference in New Issue