Skip to content
Snippets Groups Projects

Resolve "Tests take forever to run"

Merged Guillaume HEUSCH requested to merge 18-tests-take-forever-to-run into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -44,7 +44,7 @@ class FASNetExtractor(Extractor):
@@ -44,7 +44,7 @@ class FASNetExtractor(Extractor):
# model
# model
self.transforms = transforms
self.transforms = transforms
self.network = FASNet()
self.network = FASNet(pretrained=False)
#self.network=self.network.to(device)
#self.network=self.network.to(device)
@@ -93,4 +93,4 @@ class FASNetExtractor(Extractor):
@@ -93,4 +93,4 @@ class FASNetExtractor(Extractor):
# output is a scalar score
# output is a scalar score
return output
return output
\ No newline at end of file
Loading