Ryan Y

Results 6 issues of Ryan Y

### Describe the bug I was trying to test different schedulers under DDPMPipeline. And an error occurred if I use PNDMScheduler beforehand I have found that PNDMScheduler should be compatible...

bug
stale

As I read the [doc](https://github.com/deepinsight/insightface/blob/master/recognition/arcface_torch/docs/eval.md#inference) fo inference, and I noticed that we only need to pass the `backbone.pth` to the script is enough. However, when I open the OneDrive link...

Could you point out which file implement Deviated-reconstruction Loss and Segment-wise Forwarding-Backwarding? As I only found that in `DiffAttack.py` only the classifier loss (CE loss or DLR loss) has been...

## Environment ```zsh % typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace typeset VENDOR=pc typeset OSTYPE=linux-musl typeset ZSH_PATCHLEVEL=zsh-5.8-0-g77d203f typeset -a _autocomplete__funcfiletrace=( /home/user/.oh-my-zsh/custom/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 /home/user/.oh-my-zsh/oh-my-zsh.sh:175 /home/user/.oh-my-zsh/oh-my-zsh.sh:204 /home/user/.zshrc:97 zsh:0 ) % git -C ~autocomplete log...

type::bug report

### Describe the bug I am trying to implement a multi tabs layout like VS Code. And I try to use webview to show external url i.e. Tauri, Rust official...

type: bug
status: needs triage
scope: unstable flag

### Summary Currently, ty only support doc string star with """, but in some case the package author use `___doc___` instead. For example, class `Cov2d` in Pytorch use `__doc__` which...

server