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

NVIDIA make run RUN_ARGS="--benchmarks=resnet50 --scenarios=offline --test_run" error #3

Open
acbbghhgf opened this issue Sep 13, 2024 · 0 comments

Comments

@acbbghhgf
Copy link

When I perform this step, I will report that there is an undefined reference in the Python script. What is going on?

make run RUN_ARGS="--benchmarks=resnet50 --scenarios=offline --test_run"
before :

make prebuild 
make download_data BENCHMARKS="resnet50"
make preprocess_data BENCHMARKS="resnet50"
python3 -m scripts.custom_systems.add_custom_system

The above operations were completed normally, and when I finally started to perform the make run xxx operation, an error occurred

NameError: name 'Dict' is not defined. Did you mean: 'dict' ?
make[1]: xxx[Makefile:37: generate_engines] Error 1
make[1]: Leaving directory '/worl'
make: xxxx [Makeffile 31: run] Error 2

Has anyone else been in my situation?

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