TrTr icon indicating copy to clipboard operation
TrTr copied to clipboard

Training Issue !!

Open ajaypediredla14 opened this issue 11 months ago • 0 comments

Traceback (most recent call last): File "main.py", line 18, in from benchmark import eval as benchmark_eval File "/home/soe-server/Ajaypediredla/TrTr/benchmark/eval.py", line 16, in from toolkit.evaluation import OPEBenchmark, AccuracyRobustnessBenchmark, EAOBenchmark, F1Benchmark File "/home/soe-server/Ajaypediredla/TrTr/toolkit/evaluation/init.py", line 1, in from .ar_benchmark import AccuracyRobustnessBenchmark File "/home/soe-server/Ajaypediredla/TrTr/toolkit/evaluation/ar_benchmark.py", line 6, in from ..utils import calculate_failures, calculate_accuracy File "/home/soe-server/Ajaypediredla/TrTr/toolkit/utils/init.py", line 1, in from . import region

ImportError: cannot import name 'region' from partially initialized module 'toolkit.utils' (most likely due to a circular import) (/home/soe-server/Ajaypediredla/TrTr/toolkit/utils/init.py)

ajaypediredla14 avatar Mar 07 '24 19:03 ajaypediredla14