Jianqi Pan

Results 25 issues of Jianqi Pan

Thanks for maintaining this project! I am using this project with electron. I found a problem: when started listening (`uIOhook.start();`), right-clicking on the title bar, the click on the menu...

### Description I found that for metrics like `map_at_k`, `ndcg_at_k`, `precision_at_k`, `recall_at_k`, the `col_rating` argument seem unnecessary if the `relevancy_method` is `"top_k"`. However, the current implementation will report an error...

enhancement

# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/codesandbox/codesandbox-client/blob/master/CONTRIBUTING.md) for this project. - [x] I agree to follow the [Code of Conduct](https://github.com/codesandbox/codesandbox-client/blob/master/CODE_OF_CONDUCT.md) that this...

Needs More Info
VS Code

I am using the img2img example given in the readme. But it doesn't compile tensorrt successfully. I got such an error: ``` RuntimeError: Given groups=1, weight of size [64, 3,...

The recommended version of PyTorch for installation is 2.1.0, so it appears that `pipe.enable_xformers_memory_efficient_attention()` is redundant. Based on my tests, there is no significant difference in speed whether using xformers...

Thanks for this amazing work! --- ``` $ pip install git+https://github.com/cumulo-autumn/StreamDiffusion.git@main#egg=streamdiffusion[tensorrt] zsh: no matches found: git+https://github.com/cumulo-autumn/StreamDiffusion.git@main#egg=streamdiffusion[tensorrt] ``` I am trying to install this package from a Git repository using pip...

### Describe the feature I want to use useRoute in typescript, but there is no documentation for it. useRoute seems to be a generic function, but I don't know how...

documentation
3.x

I've found that executing on the GUI and getting the image out is fast, but there is a lot of overhead in getting the generation history and downloading the image...

### Environment v3.2.3 ### Reproduction ```ts const res = await consola.prompt('Enter somethings', {type: 'text'}) ``` When executing the above code, if you press ctrl + c to cancel, the value...