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

handle problem in eval.py #1

Closed
Gokulapriyan-B opened this issue May 31, 2022 · 1 comment
Closed

handle problem in eval.py #1

Gokulapriyan-B opened this issue May 31, 2022 · 1 comment

Comments

@Gokulapriyan-B
Copy link

When running eval.py in windows, line 101,

cmd = f"python test.py --config {config_path} --resume {trained_model_path} --device 0 --eval_from_training_config >&1 | tee logs_eval\log_{group_id}_{seed}.txt"

is giving output "The handle could not be duplicated during redirection of handle 1." Due to this, no log_{group_id}_{seed}.txt is created in the logs_eval folder.

@oncescuandreea
Copy link
Collaborator

Hi, we have updated our code to hopefully work on Windows for the eval.py script. Please follow the instructions here https://github.com/akoepke/audio-retrieval-benchmark#for-windows-users-only-follow-these-instructions-windows-info

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