Skip to content

[slim] weird result with parameter is_training #391

@argman

Description

@argman

I am trying to train a inception_resnet_v2 on another dataset, when I test the accuracy of the model.

with slim.arg_scope(inception_resnet_v2.inception_resnet_v2_arg_scope()):
        logits, _ = inception_resnet_v2.inception_resnet_v2(images,
                                                             num_classes=dataset.num_classes,
                                                             is_training=True)

setting is_training with True give better result on validation set, but from the code, i should have set this to False

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions