(part, augment_rule, is_train)
| 83 | return 2 |
| 84 | |
| 85 | def augment_num_repeat(part, augment_rule, is_train): |
| 86 | return augment_rule.get(part, augment_rule.get("default", 1)) if is_train else 1 |
| 87 | |
| 88 | def create_entries_for_one_step(num_repeat, instruction, output, image_path): |
| 89 | entry = AlpacaImageEntry( |
no outgoing calls
no test coverage detected