HGGshiwo

Results 8 issues of HGGshiwo

Thanks for sharing your code. I clone this repository, then using the following command: ``` python main.py --config cifar10.yml --doc test1 --sample --fid --timesteps 10 --ni --use_pretrained ``` Then use...

请问应该如何加载多个模型,只需要每个模型保存一个context,然后调用多次rknn_init就可以了吗?

Hi there, I see in your paper, you use sum of more than one adjacency matrix(like different power of the origin matrix), but there is no such operation in code...

Hi, thanks for your work. I meet a problem, when I resize the viewport(for example open the dev tool), the above error occurs, can you tell me how to prevent...

For some reason, it is more convience for me to use omni_drones in extensions rather than standalone applications, like tuning some parameters in pid controllers. So I wonder is it...

### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Is your feature request related to a problem? _No response_...

Feature

I think line 251 should be ```python adjacent_sigma = torch.where(timestep == 0, torch.zeros_like(t), self.discrete_sigmas.to(t.device)[timestep - 1]) ``` otherwise there accours an error when run reconstruction block in ipynb

作者您好,感谢您的工作。我发现之前视频长度和最新链接下载的视频长度好像不一致,似乎是开始时黑色的帧被裁剪了,请问是否是更新了视频导致的?