Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.pytorch
Commits
ffa579c1
Commit
ffa579c1
authored
Feb 14, 2020
by
Amir MOHAMMADI
Browse files
Merge branch 'densenet' into 'master'
Stop Downloading Densenet in nosetests See merge request
!41
parents
360ebedb
386fabde
Pipeline
#37185
passed with stages
in 10 minutes and 26 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
bob/learn/pytorch/extractor/image/DeepPixBiS.py
View file @
ffa579c1
...
...
@@ -41,7 +41,7 @@ class DeepPixBiSExtractor(Extractor):
# model
self
.
transforms
=
transforms
self
.
network
=
DeepPixBiS
(
pretrained
=
Tru
e
)
self
.
network
=
DeepPixBiS
(
pretrained
=
Fals
e
)
self
.
scoring_method
=
scoring_method
self
.
available_scoring_methods
=
[
'pixel_mean'
,
'binary'
,
'combined'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment