Upload train_Resnet50_chexpert.py with huggingface_hub
Browse files
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 = []
|