Asthestarsfalll

Results 30 issues of Asthestarsfalll

# 尽量每个 issue 只提一个 bug 或新功能 ### 提新 issue 前请确认 👉 - 没人提过这个 issue([这里看所有 issue](https://github.com/qier222/YesPlayMusic/issues)) - 项目的 Todo 里没有与你 issue 相关的内容([这里看 Todo](https://github.com/qier222/YesPlayMusic/projects/1)) ### 反馈 bug 需要的信息 - 用的是网页版还是客户端 - 浏览器名称或电脑操作系统...

### bug描述 Describe the Bug develop版本下,paddle.autograd.grad()报错:SystemError: (Fatal) Null autograd_meta gotten from unsafe_autograd_meta() 2.3版本下可正常运行 代码见:https://github.com/PaddlePaddle/PaddleScience/pull/142 [报错位置](https://github.com/PaddlePaddle/PaddleScience/blob/d98f626e22351f08fee8f411f860f176da627455/paddlescience/network/grad_norm.py#L84): ```python for i in range(losses.shape[0]): grad = paddle.autograd.grad(losses[i], W, retain_graph=True) norms.append(paddle.norm(self.loss_weights[i] * grad[0], p=2)) ```...

status/following-up
type/bug-report

Gather输入tensor维度过大返回结果有误,同时会报错: extra message: bad index value for index 0 at output xxxxx ## 环境 1.系统环境:manjaro 2.MegEngine版本:1.10 3.python版本:3.7 ## 请提供关键的代码片段便于追查问题 测试代码: ```python import torch import megengine as mge import numpy as...

Hi. 1. Why [there](https://github.com/AngeLouCN/CaraNet/blob/2664929e03e1fa8a0763de149b002a573027d547/lib/self_attention.py#L37) is no premute operation before `view` in mode `h`? ```python # for mode h projected_query = self.query_conv(x).premute(0, 1, 3, 2).view(*view).permute(0, 2, 1) ``` 2. Why use...

file:///home/czh/.local/share/plasma/plasmoids/panon/contents/ui/main.qml:11:37: Type Spectrum unavailable file:///home/czh/.local/share/plasma/plasmoids/panon/contents/ui/Spectrum.qml:218:5: Type WsConnection unavailable file:///home/czh/.local/share/plasma/plasmoids/panon/contents/ui/WsConnection.qml:2:1: module "QtWebSockets" is not installed ![image](https://user-images.githubusercontent.com/72954905/126953149-2aa5ca42-8f28-40a4-985f-22431253297f.png)

bug

目前完成了CLIP各个模型的前向对齐,绝对误差控制在1e-6内,精度在ImageNetV2 matched-frequency上与官方实现的精度对比,其中官方实现使用PIL前处理,本实现使用opencv,有小幅涨点 | 模型 | text误差 | image误差 | top-1 acc | top-5 acc | | ------------------------------------------------------------ | -------- | --------- | ------------------- | ------------------- | | [**RN50**](https://drive.google.com/file/d/17bsG4IiVPD3RU0XbzkignUp5vY459Cf7/view?usp=sharing) | 3.25e-07...

您好,感谢您的代码! 大致浏览了下,没有发现CCL的代码,可以指出其位置所在吗? 感谢!

### Details: add box_coder operation in Paddle front end ### Reference: https://github.com/PaddlePaddle/Paddle/blob/98f8fa4cb3d7b9c14c1897f2716249a54c44f8be/paddle/phi/kernels/cpu/box_coder.cc The paddle documents are different with source code: https://www.paddlepaddle.org.cn/documentation/docs/en/1.8/api/layers/box_coder.html ### uni-test passed ![image](https://user-images.githubusercontent.com/72954905/182324573-52f1beb8-2c7f-4ba3-85b2-1e06bab80b21.png)

category: PDPD FE
PaddlePaddle Hackathon

### Details: add elementwise_mod operation in Paddle front end ### Reference: https://www.paddlepaddle.org.cn/documentation/docs/en/1.8/api/layers/elementwise_mod.html ### uni-test passed ![image](https://user-images.githubusercontent.com/72954905/181904509-10c4f01a-79bf-4f13-8823-d81f7a327edd.png)

category: PDPD FE
PaddlePaddle Hackathon

Hi, what a fantastic work! I'm wondering what network settings the original Openai DALL-E are, especially about the `Transformer` it used. I can't figure out the meaning of parameter `stable`...