torchaudio testing

This commit is contained in:
Si11ium
2020-12-17 08:02:28 +01:00
parent c6fdaa24aa
commit 62d9eb6e8f
6 changed files with 264 additions and 55 deletions

View File

@ -44,6 +44,9 @@ try:
def size(self):
return self.shape
def additional_scores(self, outputs):
raise NotImplementedError
@property
def dataset_class(self):
try: