-
I'm working on a project to implement an FGSM (Fast Gradient Sign Method) attack on an LSTM model for stock price prediction using TensorFlow and Keras. Despite my efforts, I'm encountering persistent…
-
作者好!感谢杰出的工作。
想咨询下拉普拉斯平滑相关的实现是在continuous remeshing中的哪一步进行集成的呢?
原refine方法采用了每个step对梯度进行平滑的操作(与neighbor计算),您的方法是直接在vertices上计算与初始的平滑。
请问是否方便share相关实现code?非常感激
-
We should track a set of narrowed expressions in the type checker to allow for more natural use of e.g. `if a.b is not None` or `isinstance(a.b, int)`
This is from #1401 but reshaped here to be mor…
-
Issue:
When using variable limits in more than one dimension (i.e. for binning) for vectorised integration, the integral is incorrect compared to evaluating in a loop.
Example: Code to integrat…
-
**Describe the bug**
With a semi-large dataframe, the `pivot` method is super slow, especially compared to running it in pandas.
**Steps/Code to reproduce bug**
```python
import cudf
import cupy
us…
-
# Summary
I am experiencing an issue with FAISS where batch retrieval of multiple embeddings using IndexIDMap(IndexFlatIP) behaves incorrectly. Specifically, while single-vector retrieval works fla…
-
Example from IEEE RAL: https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=9677911
Idea: iteratively solve 2 SDPs:
1) Minimize with fixed objective
2) Reshape objective to get lower rank solutio…
-
我将测试集中的VIS图片换成彩色的图片后报错
ValueError: cannot reshape array of size 3932160 into shape (1,1,1024,1280)
-
### Description
Hi. I am extending the Pallas paged attention kernel. The case is a MQA. When I run my kernel, I encountered the following error which suggests it is an internal error and I should …
-
Useful Info:
NNlib v0.8.16
I actually have use of this to implement very efficient multi head attention. I am sharing the minimal example to replicate below:
using Flux # to get batched_mul
…