Skip to content

Evict支持scatter_update操作吗 #1007

@surpercode

Description

@surpercode

Evict支持scatter_update操作吗
ev_opt = tf.EmbeddingVariableOption(init_option=init_opt, filter_option=filter_opt, evict_option=evict_opt)
emb_table = tf.get_embedding_variable("ev_emb_table",
embedding_dim=64,
partitioner=tf.fixed_size_partitioner(num_shards=10),
ev_option=ev_opt)
emb_table能像普通embedding_table一样支持scatter_update操作吗

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions