feat: Add model choice
This commit is contained in:
parent
bb241154d9
commit
ef50d6321e
10 changed files with 102 additions and 54 deletions
4
main.py
4
main.py
|
|
@ -22,7 +22,9 @@ def main():
|
|||
data_root = args.data_root,
|
||||
n_trials = 3 if args.debug else None,
|
||||
size = 2**10 if args.debug else None,
|
||||
model_path = args.model_path
|
||||
model_name=args.model,
|
||||
model_path = args.model_load_path,
|
||||
model_out = args.model_save_path
|
||||
)
|
||||
|
||||
case 'compress':
|
||||
|
|
|
|||
Reference in a new issue