Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: name 'knn_dynamic' is not defined #19

Open
uniquefan opened this issue Dec 21, 2022 · 0 comments
Open

NameError: name 'knn_dynamic' is not defined #19

uniquefan opened this issue Dec 21, 2022 · 0 comments

Comments

@uniquefan
Copy link

uniquefan commented Dec 21, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant