Yang Wang

Results 45 comments of Yang Wang

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. ![image](https://user-images.githubusercontent.com/10561966/192155336-9b7386d5-86c3-4b19-85cf-21a379538679.png)

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...