diff options
author | Pherkel | 2023-09-11 21:52:42 +0200 |
---|---|---|
committer | Pherkel | 2023-09-11 21:52:42 +0200 |
commit | 58b30927bd870604a4077a8af9ec3cad7b0be21c (patch) | |
tree | 7dd492fa8f14ff61c88545448972022ead324c31 /swr2_asr/__main__.py | |
parent | 9ca17d8a83369257f4cc42c963e25baf35a28f8f (diff) |
changed config to yaml!
Diffstat (limited to 'swr2_asr/__main__.py')
-rw-r--r-- | swr2_asr/__main__.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/swr2_asr/__main__.py b/swr2_asr/__main__.py deleted file mode 100644 index be294fb..0000000 --- a/swr2_asr/__main__.py +++ /dev/null @@ -1,12 +0,0 @@ -"""Main entrypoint for swr2-asr.""" -import torch -import torchaudio - -if __name__ == "__main__": - # test if GPU is available - print("GPU available: ", torch.cuda.is_available()) - - # test if torchaudio is installed correctly - print("torchaudio version: ", torchaudio.__version__) - print("torchaudio backend: ", torchaudio.get_audio_backend()) - print("torchaudio info: ", torchaudio.get_audio_backend()) |