You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use sotabench-api package, and it gives me the below error as sotabench.com is not currently working. Could you help me regarding this?
Traceback (most recent call last): File "/home/hanysalah/technical/posits/conga2022/torchbench_coco-posit-plus.py", line 103, in COCO.benchmark( File "/home/hanysalah/.local/lib/python3.10/site-packages/torchbench/object_detection/coco.py", line 220, in benchmark test_results, speed_mem_metrics, run_hash = evaluate_detection_coco( File "/home/hanysalah/.local/lib/python3.10/site-packages/torchbench/object_detection/utils.py", line 227, in evaluate_detection_coco cached_res = client.get_results_by_run_hash(run_hash) File "/home/hanysalah/.local/lib/python3.10/site-packages/sotabenchapi/client.py", line 74, in get_results_by_run_hash response = self.http.get( File "/home/hanysalah/.local/lib/python3.10/site-packages/sotabenchapi/http.py", line 202, in get return self.request( File "/home/hanysalah/.local/lib/python3.10/site-packages/sotabenchapi/http.py", line 186, in request raise HttpClientError(message, response=self.response)sotabenchapi.errors.HttpClientError: HttpClientError(message=Unknown error., status_code=522)
Thanks.
Essam
The text was updated successfully, but these errors were encountered:
Hello,
I try to use sotabench-api package, and it gives me the below error as sotabench.com is not currently working. Could you help me regarding this?
Traceback (most recent call last): File "/home/hanysalah/technical/posits/conga2022/torchbench_coco-posit-plus.py", line 103, in COCO.benchmark( File "/home/hanysalah/.local/lib/python3.10/site-packages/torchbench/object_detection/coco.py", line 220, in benchmark test_results, speed_mem_metrics, run_hash = evaluate_detection_coco( File "/home/hanysalah/.local/lib/python3.10/site-packages/torchbench/object_detection/utils.py", line 227, in evaluate_detection_coco cached_res = client.get_results_by_run_hash(run_hash) File "/home/hanysalah/.local/lib/python3.10/site-packages/sotabenchapi/client.py", line 74, in get_results_by_run_hash response = self.http.get( File "/home/hanysalah/.local/lib/python3.10/site-packages/sotabenchapi/http.py", line 202, in get return self.request( File "/home/hanysalah/.local/lib/python3.10/site-packages/sotabenchapi/http.py", line 186, in request raise HttpClientError(message, response=self.response)sotabenchapi.errors.HttpClientError: HttpClientError(message=Unknown error., status_code=522)
Thanks.
Essam
The text was updated successfully, but these errors were encountered: