|
9 | 9 | "abs_script_path": [ "^^", "execute", [[ |
10 | 10 | [ "get_kernel" ], |
11 | 11 | [ "byname", "text_to_image_using_loadgen" ], |
12 | | - [ "get_path",[[ "text_to_image", "tools", "accuracy_coco.py"]] ] |
| 12 | + [ "get_path", [ [ "text_to_image", "tools", "accuracy_coco.py" ] ] ] |
13 | 13 | ]] ], |
14 | | - |
15 | | - "caption_path": "/home/ubuntu/work_collection/axs2stg-dev/text_to_image_using_loadgen/text_to_image/coco2014/captions/captions.tsv", |
16 | | - "ids_path": "/home/ubuntu/work_collection/axs2stg-dev/text_to_image_using_loadgen/text_to_image/tools/sample_ids.txt", |
| 14 | + "caption_path": [ "^", "execute", [[ |
| 15 | + [ "byname", "text_to_image_using_loadgen" ], |
| 16 | + [ "get_path", [ [ "text_to_image", "coco2014", "captions", "captions.tsv" ] ] ] |
| 17 | + ]] ], |
| 18 | + "ids_path": [ "^", "execute", [[ |
| 19 | + [ "byname", "text_to_image_using_loadgen" ], |
| 20 | + [ "get_path", [ [ "text_to_image", "tools", "sample_ids.txt" ] ] ] |
| 21 | + ]] ], |
| 22 | + |
17 | 23 | "compliance_images_path": [ "^^", "get", "output_path" ], |
18 | 24 | "compliance_images_path_cmd": [ "^^", "compliance_images_cmd" ], |
19 | 25 |
|
20 | 26 | "extract_accuracy_report": [ "^^", "execute", [[ |
21 | 27 | [ "get_kernel" ], |
22 | 28 | [ "byname", "python_script" ], |
23 | 29 | [ "run", [], { |
24 | | - "python_deps": [ |
| 30 | + "python_deps": [ |
25 | 31 | [ "AS^IS", "^^", "python_sync_pip_package", "python_package,package_name=numpy,package_version=1.26.0" ], |
26 | 32 | [ "AS^IS", "^^", "python_sync_pip_package", "python_package,package_name=scipy" ], |
27 | 33 | [ "AS^IS", "^^", "python_sync_pip_package", "python_package,package_name=torchvision" ], |
|
0 commit comments