We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ae761 commit 8613abeCopy full SHA for 8613abe
model.py
@@ -1,4 +1,5 @@
1
import torch
2
+from torch import nn
3
from torchaudio.models import DeepSpeech
4
import pytorch_lightning as pl
5
from utils import TextProcess, CTCDecoder
0 commit comments