Chen Kai

Results 4 issues of Chen Kai

I want to use another GPU on my computer, but when I change all .cuda() to .cuda(2) this error occured: `cupy.cuda.driver.CUDADriverError: CUDA_ERROR_INVALID_HANDLE: invalid resource handle` What can I do to...

The code is [here](https://github.com/yang-song/score_sde_pytorch/blob/main/sampling.py#L254): ```Python class LangevinCorrector(Corrector): def __init__(self, sde, score_fn, snr, n_steps): super().__init__(sde, score_fn, snr, n_steps) if not isinstance(sde, sde_lib.VPSDE) \ and not isinstance(sde, sde_lib.VESDE) \ and not isinstance(sde,...

I find the `train_ego_pred.py` use the data from `HEVI_dataset/ego_motion`. But I don't have the HEVI Dataset. Is there any way to train without HEVI Dataset? @MoonBlvd

From now on, we recommend using our discussion forum (https://github.com/rusty1s/pytorch_geometric/discussions) for general questions. ## ❓ Questions & Help Hello @rusty1s , thanks for your great implementation of `TransformerConv`. I find...