Skip to content
Snippets Groups Projects
Commit 386fabde authored by Anjith GEORGE's avatar Anjith GEORGE Committed by Amir MOHAMMADI
Browse files

Stop Downloading Densenet in nosetests

parent 360ebedb
Branches
Tags
No related merge requests found
......@@ -41,7 +41,7 @@ class DeepPixBiSExtractor(Extractor):
# model
self.transforms = transforms
self.network = DeepPixBiS(pretrained=True)
self.network = DeepPixBiS(pretrained=False)
self.scoring_method = scoring_method
self.available_scoring_methods=['pixel_mean','binary','combined']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment