SONG Ge

Results 164 comments of SONG Ge

Hi sorry for the later reply. We have reproduced and looked into this issue. ### Reason This is a Tensorflow limit. Orca tf2 estimator will use `experimental_distribute_dataset ` strategy when...

> > Hi sorry for the later reply. We have reproduced and looked into this issue. > > ### Reason > > This is a Tensorflow limit. Orca tf2 estimator...

> > > > Hi sorry for the later reply. We have reproduced and looked into this issue. > > > > ### Reason > > > > This is...

> > > > > > Hi sorry for the later reply. We have reproduced and looked into this issue. > > > > > > ### Reason > >...

> @sgwhat Code: > > ``` > def model_creator(config): > deep_cross = DeepCross(user_num=config["uid_num"], > item_num=config["item_num"], > user_item_dim=16, > sparse_num=config["sparse_num"], > feature_embed_dim=16, > embed_norm=0.001, > dnn_hidden_units=[int(e) for e in [128, 64,...