-
Notifications
You must be signed in to change notification settings - Fork 94
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
Evaluation script error #10
Comments
Can you try removing the space like this? |
Another error will occur. The above exception was the direct cause of the following exception: Traceback (most recent call last): |
It could be that you haven't pulled the submodules. I would try running |
As instructed, I ran it in the following order, but I get the same error. ①git submodule update --init --recursive |
Can you check if |
Why doesn't |
I'm not sure about the cause, but as a temporary fix, you can pull the |
I installed tensorflow-gpu == 1.5.0 because of a dnnlib error. `al_list --output metric_results.csv The above exception was the direct cause of the following exception: Traceback (most recent call last): |
I'll look into this issue, and see if I can reproduce this error. Stay tuned! |
Thank you friends for suggesting interesting things!
python run_metrics.py --models_list weights / eval_list --outputmetric_results.csv
When I do this I get this error:
usage: run_metrics.py [-h] [--models_list MODELS_LIST] [--output OUTPUT] [--model_root MODEL_ROOT] [--eval_root EVAL_ROOT] [--sample_root SAMPLE_ROOT] [--batch_size BATCH_SIZE] [--eval_samples EVAL_SAMPLES] [--device DEVICE] run_metrics.py: error: unrecognized arguments: / eval_list --outputmetric_results.csv
It looks like the arguments aren't working. I want you to find a concrete solution.
thank you!
The text was updated successfully, but these errors were encountered: