Yang Wang
Yang Wang
@qiuxin2012 could you help take a look at this issue?
created a tensorflow link here: https://github.com/tensorflow/tensorflow/issues/57812
add known issues here https://github.com/intel-analytics/BigDL/pull/5923
Hi @Oscilloscope98 , could you help verify that https://github.com/intel-analytics/BigDL/pull/5923/files fixed the problem. I found a way to reset the eager session context. 
Maybe we should ask user to add `import bigdl.nano.tf` at the top of their main file.
> > > I think it can be solved by modifying `define_model_inputs_outputs` to `define_model`. like this: > > > ```python > > > def define_model(...): > > > inputs =...
Should we use pip install to test examples, as this is the way how users use it?
> > Should we use pip install to test examples, as this is the way how users use it? > > Yes, the job that use pip installed already passed,...
> But eventually we need to resolve this issue. For developers, we need to run Orca in non-pip mode; otherwise it is not convenient. I agree. That's why I call...