Update infer.py

This commit is contained in:
gwg_xujiao 2024-08-05 14:05:28 +08:00
parent f5bed5f72a
commit cab9cd5a5c
1 changed files with 1 additions and 1 deletions

View File

@ -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__)