-
Despite closing and reopening the PolyGot program, I cannot remove Definiteness from the declension types of Verb.
MacOS Ventura 13.2.1
[Kauvi'ali_before pruning_202307271043.pgd.zip](https://gi…
-
While the idea of adversarial training is straightforward—-generate adversarial examples during training and train on those examples until the model learns to classify them correctly—-in practice it i…
-
Sur la page "Modèles de DMP", est-il possible de remonter le modèle structuré ? En effet, je vois plusieurs collègues qui téléchargent le premier modèle ANR qu'ils trouvent sur la page, qui travaillen…
-
### ❔ Any questions
When I use the pgd.py to attack my model, I find that the model predicts the adversarial example to the last class classes in all classes. That is unusual, can you tell me why? …
-
I have encountered some questions while working with beta-crown, and I would appreciate your assistance in clarifying them.
I would like to know if it is possible to use beta-crown directly without…
-
If I have a matrix of POVM estimators and an identically-shaped matrix of systematic errors corresponding to each element (due to visibility, single-qubit gate infidelities for the state prep and read…
-
Hi,
I also met the problem described in question 3 (https://github.com/KaidiXu/GCN_ADV_Train/issues/5)
When handling the fixed model with PGD graph global attack without retraining, it becomes a w…
-
### ✨ Short description of the bug [tl;dr]
The current implementation of the random start of `PGDL2` does not sample uniformly in the L2 ball (as done by the [original paper](https://arxiv.org/abs/17…
-
First of all, I would like to thank you for this incredible work!
I suppose that the gradient of loss should be calculated w.r.t the input image instead of the perturbations (e.g. delta in the foll…
-
TOA arm64 编译报错
+pte_t *lookup_address(unsigned long addr, unsigned int *level)
+{
+ pgd_t *pgd;
+ pud_t *pud;
+ pmd_t *pmd;
+
+ if (unlikely(level)) {
+ WARN(1, "level unused on arm64\n");
+…