lukaskuhndkfz commited on
Commit
6c36f4f
·
verified ·
1 Parent(s): db4730a

Upload train_Resnet50_chexpert.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. train_Resnet50_chexpert.py +1 -1
train_Resnet50_chexpert.py CHANGED
@@ -68,7 +68,7 @@ def main():
68
  # Define augmentations
69
  if args.auditor_augs:
70
  aug_list = [
71
-
72
  ]
73
  else:
74
  aug_list = []
 
68
  # Define augmentations
69
  if args.auditor_augs:
70
  aug_list = [
71
+ # PUT HERE WHAT THE AUDITOR GIVES YOU
72
  ]
73
  else:
74
  aug_list = []