FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
speechbrain/tests/.run-recipe-tests.sh at develop · speechbrain/speechbrain · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
speechbrain
/
speechbrain
Public
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
11.8k
Code
Issues
126
Pull requests
52
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
speechbrain
/
tests
/
.run-recipe-tests.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
3 lines (3 loc) · 269 Bytes
Breadcrumbs
speechbrain
/
tests
/
.run-recipe-tests.sh
Copy path
File metadata and controls
executable file
·
3 lines (3 loc) · 269 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
#!
/bin/bash
python -c
'
from tests.utils.recipe_tests import run_recipe_tests; print("TEST FAILED!") if not(run_recipe_tests(run_opts="--device=cuda", do_checks=True)) else print("TEST PASSED")
'
#
In the future, we need to run the recipe tests on multiple-gpus as well.
Back
|
FazBrowse Home
|
New Git URL