Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.pad.face
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.pad.face
Commits
f6f69d1b
Commit
f6f69d1b
authored
Jan 22, 2018
by
Anjith GEORGE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fix
parent
4ae1c375
Pipeline
#15602
failed with stages
in 3 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
bob/pad/face/extractor/BatchAutoencoder.py
bob/pad/face/extractor/BatchAutoencoder.py
+2
-0
No files found.
bob/pad/face/extractor/BatchAutoencoder.py
View file @
f6f69d1b
...
...
@@ -104,6 +104,8 @@ class BatchAutoencoder(Extractor, object):
# Initialize the state of the model:
self
.
model
.
load_state_dict
(
model_state
)
# Model is used for evaluation only
self
.
model
.
train
(
False
)
#==========================================================================
...
...
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