Jason Dai
Jason Dai
> > > > > > > > > the DeepCross model is a user defined subclassed model, in tf2, it cannot save as h5 file. > > > >...
> But eventually we need to resolve this issue. For developers, we need to run Orca in non-pip mode; otherwise it is not convenient. What's the root cause?
Does `assign_batch_worker` read all the data from the original PyToch DataLoader and then return a list of all these data? @hkvision
See https://github.com/intel-analytics/BigDL/issues/4965#issuecomment-1184515330
Why do we need to support these two APIs? Do you have some 3rd-party examples of how these two APIs can be used?
How will these APIs be used? Provide some external examples.
The `bigdl` backend does not support `xshards`? @qiuxin2012
@yushan111 please take a look
How do we know if the mode expects just one input or multiple inputs? I think specifying multiple columns in `features_cols` is for the latter.
> @jason-dai @dding3 Maybe a more common case is stacking multiple columns into a single tensor, passing to a single input model. In this case, according to current API, users...