Skip to content

NameError: name 'all_model_paths' is not defined #3

@HaozhanSun

Description

@HaozhanSun

Hi, the notebook for subtask B and C are not runnable at all.
When running chosen_models = [all_model_paths[i] for i in final_optimal_models] in both notebook B and C, they both return this error:


NameError                                 Traceback (most recent call last)
<ipython-input-47-e724c0826f5b> in <module>()
----> 1 chosen_models = [all_model_paths[i] for i in final_optimal_models]

<ipython-input-47-e724c0826f5b> in <listcomp>(.0)
----> 1 chosen_models = [all_model_paths[i] for i in final_optimal_models]

NameError: name 'all_model_paths' is not defined

Seems you don't have this variable in the notebook. To reproduce, just run the notebook you put in github.

Also, the subtask A notebook is also not runnable. We also have the "unhashable type: 'dict' while using batch_generator" error which is already mentioned in another Issue. Hope you can do a most basic check before uploading the notebooks. Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions