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

get_chunk method in batch_geochat_scene.py seems to be undefined #33

Open
muazkashif opened this issue Apr 7, 2024 · 1 comment
Open

Comments

@muazkashif
Copy link

Traceback (most recent call last):
File "/content/GeoChat/geochat/eval/batch_geochat_scene.py", line 139, in
eval_model(args)
File "/content/GeoChat/geochat/eval/batch_geochat_scene.py", line 49, in eval_model
questions = get_chunk(questions, args.num_chunks, args.chunk_idx)
NameError: name 'get_chunk' is not defined

@Hoteryoung
Copy link

You can copy the get_chunk() and split_list() funcs from other evalution .py files.

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

2 participants