T.X. Xie

Results 5 issues of T.X. Xie

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

question

下图中,左下角 Code 的 legend 应该是深蓝色吧?

The `cuda` function will create the tensor on a default device that may differ from the device of tensor 'inverse_transform'.

### Describe the bug Code: ``` from speechbrain.inference import SepformerSeparation as separator import torchaudio model = separator.from_hparams( source="speechbrain/sepformer-wham16k-enhancement", # savedir="pretrained_models/sepformer-wham16k-enhancement", ) # for custom file, change path import os assert...

bug