Fei Chen

Results 5 issues of Fei Chen

Hi, I meet the problem using torchvision model = torchvision.models.segmentation.deeplabv3_resnet101(pretrained=True) model.eval() trace, _ = torch.jit.get_trace_graph(model, torch.randn(1, 3, 224, 224)) torch.onnx._optimize_trace(trace, torch.onnx.OperatorExportTypes.ONNX) Could you please give some hits to save this...

### Please describe the feature that you want to propose Hi, here is an [example ](https://reactflow.dev/docs/examples/nodes/drag-handle/) from the official website that set customized the drag handle. But when I pan...

question

Hi, in the example there are two parameters (panelData, context) at line 77 > https://github.com/ticlo/rc-dock/blob/bec7ffff4df6390a05d214b8a848958e79e4d234/example/panel-extra.jsx#L75-L81 but in the type definition, there is only one parameter (panelData) > https://github.com/ticlo/rc-dock/blob/bec7ffff4df6390a05d214b8a848958e79e4d234/es/DockData.d.ts#L191 I am...

Thanks for your work. After `npm install`, just run `npm run example`, `Invalid Version: undefined at SemVer` error is thrown. I change the version of **parcel** to 1.12.3, and this...