Zhao Changmin

Results 13 issues of Zhao Changmin

## Description This is a preview of a small part of the entire project before adding python type hint, including templates, tools and modification processes ### 1. Why the change?...

hi, when i am testing your [generating dummy dataset](https://github.com/uber/petastorm#generating-a-dataset), this error occurs: ``` (test37) root@5f137735679c:~/workspace/orca-lite-poc/examples# python offical_ut.py 21/05/05 07:57:53 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using...

hi, I wonder how do you define your training strategy (e.g. batchsize in pcn case and hardware infos) and how much epochs does it take to converge? Looking forward to...

https://github.com/intel-analytics/BigDL/pull/5763#issuecomment-1254428840

In my case, the model does take `x` as a list of two tensors as input: ``` def forward(self, x, bboxes=None): x = x[:] # avoid pass by reference x...

orca
customized training

For third-party dataloader implementations, we can use a `collate_fn` wrapper to implement custom data processing like elements alignment: ``` def reduceWrapper(func): def reduceIterElement(batch): batch=func(batch) assert len(batch)==5, "Should yield inputs, labels,...

orca
customized training

### Describe the issue I noticed that `current_device` api will always return the index 0 device in the list? https://github.com/intel/intel-extension-for-pytorch/blob/xpu-main/csrc/gpu/oneDNN/Matmul.h#L40 https://github.com/intel/intel-extension-for-pytorch/blob/xpu-main/csrc/gpu/runtime/Device.cpp#L159 In some cases, like UHD+dgpu: ``` [ext_oneapi_level_zero:gpu:0] Intel(R) Level-Zero,...

ARC
iGPU
Functionality

## Description Support batch perf nightly test.

## Description As an implement of https://github.com/analytics-zoo/nano/issues/587, note that for robustness we will try stream convert first, and fall back to traditional convert method if there is any error occurs....

## Description Add phi3RMS forward