jasonfang

Results 8 issues of jasonfang

**Is your feature request related to a problem? Please describe.** I think label-studio is a wonderful work to simplify the labeling process. But I'm a bit confused when I use...

How to set a proper num of max_iteration to get a better trade-off between efficiency and accuracy? As normally when we're using spark clusters, we may deal with TBs of...

no-issue-activity

### System Info ```Shell accelerate==0.34.2 python==3.10 deepspeed==0.15.1 ``` ### Information - [ ] The official example scripts - [X] My own modified scripts ### Tasks - [ ] One of...

### 🐛 Describe the bug I'm training a vqgan model and there is a forward operation which do allreduce across batch to get an estimation of the data distribution. It...

oncall: distributed

**Describe the bug** I use torch_tensorrt.compile to compile my vqgan model which contains einops ops. Since the torch.jit.ScriptModule does not allow arbitrary args specification `**kwargs`, I use `from einops.layers.torch import...

backend bug

## Bug Description non-contiguous tensor with GroupNorm's affine=False causes the following error: ``` DEBUG:torch_tensorrt.dynamo.conversion._TRTInterpreter:Converting node norm_fn/native_group_norm (kind: aten.native_group_norm.default, args: ('clone ', 'None ', 'None ', '5 ', '512 ', '256...

bug

Hey! I want to stream my wrist and hand pose data to the Hands to do the hand tracking without VR headset. Where should I start from?

Thanks for your excellent work! I'm trying to import a custom hand (https://github.com/linker-bot/linkerhand-urdf/tree/main/o6). I manually create tip joints and create a config file as below: ``` left: type: DexPilot urdf_path:...