Open anandhu-eng opened 1 week ago
numpy version issue? We are using 1.26.4 here
What's the pandas version here?
Hi @arjunsuresh , it was 2.2.3
I tried to reproduce in I9 system,
/home/anandhu/CM/repos/local/cache/c5f60ba1e1b144af/bertthreading/bin/python3 '/home/anandhu/CM/repos/local/cache/a25b6fc49f394682/inference/text_to_image/tools/accuracy_coco.py' --mlperf-accuracy-file '/home/anandhu/test_results/mlperf_log_accuracy.json' --caption-path '/home/anandhu/CM/repos/local/cache/a25b6fc49f394682/inference/text_to_image/coco2014/captions/captions_source.tsv' --compliance-images-path '/home/anandhu/test_results/images' --ids-path '/home/anandhu/CM/repos/local/cache/fd96c918ddd64494/install/sample_ids.txt' > '/home/anandhu/test_results/accuracy.txt'
Traceback (most recent call last):
File "/home/anandhu/CM/repos/local/cache/a25b6fc49f394682/inference/text_to_image/tools/accuracy_coco.py", line 17, in <module>
from fid.fid_score import (
File "/home/anandhu/CM/repos/local/cache/a25b6fc49f394682/inference/text_to_image/tools/fid/fid_score.py", line 47, in <module>
sys.path.insert("..", 0)
TypeError: 'str' object cannot be interpreted as an integer
I think the format is reverse: sys.path.insert(index, path)
I think i have the old version of inference code, i saw a recent commit with the insert problem being fixed... let me try with latest pull
run command: