SONG Ge
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 > >...
@Alxe1 Hey sorry for the late reply, would you mind providing the code you build the model (`model_creator`) and save it (`est.save()`)?
> @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,...
> the DeepCross model is a user defined subclassed model, in tf2, it cannot save as h5 file. Does there any arguments in `__init__` of `DeepCross`?
> > > the DeepCross model is a user defined subclassed model, in tf2, it cannot save as h5 file. > > > > > > Does there any arguments...
> > > > > > the DeepCross model is a user defined subclassed model, in tf2, it cannot save as h5 file. > > > > > > >...
> > > > > > > > the DeepCross model is a user defined subclassed model, in tf2, it cannot save as h5 file. > > > > >...