Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.face
Commits
bbe8df0f
Commit
bbe8df0f
authored
Feb 08, 2019
by
Olegs NIKISINS
Browse files
Updated the algo signature in the MC PAD config
parent
55cda5bf
Pipeline
#26702
passed with stage
in 9 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/face/config/pytorch/autoencoder/mc_pad_config_bw_nir_d_128x128_face_10_relu.py
View file @
bbe8df0f
...
...
@@ -67,8 +67,8 @@ auto-encoder.
from
bob.ip.pytorch_extractor
import
MLPAlgorithm
CONFIG_FILE
=
"
mlp/batl_db_1296x10_relu_mlp
.py"
CONFIG_GROUP
=
"bob.
learn
.pytorch
.config
"
CONFIG_FILE
=
"
test_data/mlp_algo_test_config
.py"
CONFIG_GROUP
=
"bob.
ip
.pytorch
_extractor
"
MODEL_FILE
=
"/idiap/temp/onikisins/project/ODIN/experiment_data/pad_experiments_bob4/batl_db/ae_refactor_test/batl_train_mlp_10_relu_algo_celeba_and_partial_3_layers_batl_features/experiment_1/model_25.pth"
algorithm
=
MLPAlgorithm
(
config_file
=
CONFIG_FILE
,
...
...
@@ -76,7 +76,8 @@ algorithm = MLPAlgorithm(config_file = CONFIG_FILE,
model_file
=
MODEL_FILE
,
url
=
None
,
archive_extension
=
'.tar.gz'
,
frame_level_scores_flag
=
True
)
frame_level_scores_flag
=
True
,
mean_std_norm_flag
=
True
)
"""
In this case, score is predicted by a pre-trained MLP, **excluding** output sigmoid.
...
...
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