Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.pytorch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.learn.pytorch
Merge requests
!30
Mc deep pixbis
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Mc deep pixbis
mc_deep_pixbis
into
master
Overview
0
Commits
4
Pipelines
1
Changes
1
Merged
Anjith GEORGE
requested to merge
mc_deep_pixbis
into
master
6 years ago
Overview
0
Commits
4
Pipelines
1
Changes
1
Expand
Adds a net architecture, extractor and tests
0
0
Merge request reports
Viewing commit
95a6b40b
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
95a6b40b
small fix
· 95a6b40b
Anjith GEORGE
authored
6 years ago
bob/learn/pytorch/extractor/image/MCDeepPixBiS.py
+
1
−
1
Options
@@ -4,7 +4,7 @@ from torch.autograd import Variable
@@ -4,7 +4,7 @@ from torch.autograd import Variable
import
torchvision.transforms
as
transforms
import
torchvision.transforms
as
transforms
from
bob.learn.pytorch.architectures
import
DeepPixBiS
from
bob.learn.pytorch.architectures
import
MC
DeepPixBiS
from
bob.bio.base.extractor
import
Extractor
from
bob.bio.base.extractor
import
Extractor
import
logging
import
logging
Loading