Skip to content

Commit 9f62c88

Browse files
committed
set keras backend to torch.
1 parent dc1f693 commit 9f62c88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

STT/moonshine_handler.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import os
2+
os.environ['KERAS_BACKEND'] = 'torch'
3+
14
from time import perf_counter
25
import moonshine
36
import torch

0 commit comments

Comments
 (0)