DeepRec icon indicating copy to clipboard operation
DeepRec copied to clipboard

Evict支持scatter_update操作吗

Open surpercode opened this issue 6 months ago • 1 comments

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操作吗

surpercode avatar Aug 15 '24 11:08 surpercode