def scope():
    return tf.variable_scope(
        'MobilenetV1',
        custom_getter=masked_variable_getter()
    )
コード例 #2
0
def _scope():
    return tf.variable_scope('LeNet',
                             custom_getter=masked_variable_getter(
                                 mask_filter=_trainable_variable_filter))
コード例 #3
0
def _scope():
    return tf.variable_scope('', custom_getter=masked_variable_getter())