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
Traceback (most recent call last):
File "STAR-FC/test_final.py", line 4, in
from evaluation.evaluate import evaluate
File "STAR-FC/evaluation/init.py", line 5, in
from .evaluate import evaluate
File "STAR-FC/evaluation/evaluate.py", line 9, in
from utils import Timer, TextColors
File "STAR-FC/utils/init.py", line 5, in
from .knn import *
File "STAR-FC/utils/knn.py", line 409, in
class knn_faiss_dynamic(knn_dynamic):
NameError: name 'knn_dynamic' is not defined
The text was updated successfully, but these errors were encountered:
Hi, thank for repo.
when I run :python test_final.py
Traceback (most recent call last):
File "STAR-FC/test_final.py", line 4, in
from evaluation.evaluate import evaluate
File "STAR-FC/evaluation/init.py", line 5, in
from .evaluate import evaluate
File "STAR-FC/evaluation/evaluate.py", line 9, in
from utils import Timer, TextColors
File "STAR-FC/utils/init.py", line 5, in
from .knn import *
File "STAR-FC/utils/knn.py", line 409, in
class knn_faiss_dynamic(knn_dynamic):
NameError: name 'knn_dynamic' is not defined
The text was updated successfully, but these errors were encountered: