We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 :
The above operations were completed normally, and when I finally started to perform the make run xxx operation, an error occurred
Has anyone else been in my situation?
The text was updated successfully, but these errors were encountered: