• J
    support patch data, add load_one_table, fix bug (#18509) · d18aabb4
    jiaqi 提交于
    (1)support patch data (merge slots of instances of same line id, modify dense layer which
    changes its size)
    (2)add fleet load_one_table interface, support load from paddle model and load from pslib model
    (3)fix push sparse bug which cause push sparse cost more time(about 10% in my testcase)
    (4)when some slots are not in one of your network (join/update, etc.),data feed、collect label info、push/pull sparse will skip these slots, instead of throw error.
    (5)add more debug info in TrainFilesWithProfiler
    d18aabb4
data_feed.h 17.6 KB